From 248090622b450fbef274d8cb179c1279e9c1672a Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Mon, 30 Mar 2015 01:54:09 -0400 Subject: [PATCH] exporter --- js/cam/TinyGExporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cam/TinyGExporter.js b/js/cam/TinyGExporter.js index 0f8323ae..7dec678e 100644 --- a/js/cam/TinyGExporter.js +++ b/js/cam/TinyGExporter.js @@ -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 }; -- GitLab