Skip to content

Commit

Permalink
Update viewer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
P-C-R committed Sep 3, 2020
1 parent b6f2310 commit 32c2e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/GCodeViewer/viewer.js
Expand Up @@ -45,7 +45,7 @@ $(document).ready(function() {
type: "GET",
url: "http://" +
$.urlParam("printerip") +
"machine/file/" +
"/machine/file/" +
$.urlParam("filepath"),
timeout: 0,
xhr: function() {
Expand Down

0 comments on commit 32c2e52

Please sign in to comment.