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

exporter

parent f3fe95dc
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ TinyGExporter.prototype.engageZAxis = function(type, cellPosition, cell, wcs){
console.warn("tinyG type not recognized");
return "";
}
// data += "G28.2 Z0\n";//home Z
data += "G28.2 Z0\n";//home Z
data += "G4 P2\n";//pause
return data
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment