Skip to content
Permalink
Browse files

comments

was double-checking that I have the right start and end gcode defaults and added links to documentation in comments
  • Loading branch information...
Adukra committed Sep 7, 2018
1 parent 7b30417 commit be9c74a850e31cb0de790b29068d2dfaf4146b9f
Showing with 2 additions and 2 deletions.
  1. +2 −2 js/main.js
@@ -1119,11 +1119,11 @@ function resetGcodeEnd() {
}

function getDefaultGcodeStart() {
return 'G21;\nG91;\nM17;\nM106 S0;\nG28 Z0;\n;W:480;\n;H:854;\n';
return 'G21;\nG91;\nM17;\nM106 S0;\nG28 Z0;\n;W:480;\n;H:854;\n'; // see https://github.com/bastirichter/Sparkmaker/blob/master/file_format.md for details
}

function getDefaultGcodeEnd() {
return 'M106 S0;\nG1 Z20.0;\nG4 S300;\nM18;';
return 'M106 S0;\nG1 Z20.0;\nG4 S300;\nM18;'; // see https://github.com/bastirichter/Sparkmaker/blob/master/file_format.md for details
}

$gcodeStart.on('change', updateGcodeSettings);

0 comments on commit be9c74a

Please sign in to comment.
You can’t perform that action at this time.