Skip to content
Snippets Groups Projects
Commit 1d638504 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

origin in gcode header

parent fa8b0999
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ define(['underscore', 'cam', 'lattice'], function(_, cam, lattice){ ...@@ -19,6 +19,7 @@ define(['underscore', 'cam', 'lattice'], function(_, cam, lattice){
//// data += this.addLine("G49", [], "cancel tool length comp"); //// data += this.addLine("G49", [], "cancel tool length comp");
// data += this.addLine("G40", [], "cancel tool radius comp"); // data += this.addLine("G40", [], "cancel tool radius comp");
//// data += this.addLine("M09", [], "coolant off"); //// data += this.addLine("M09", [], "coolant off");
data += this.goHome(settings);
return data; return data;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment