From bf7f8181ddf2cfcd768f0af498b40535172ae93d Mon Sep 17 00:00:00 2001
From: amandaghassaei <amandaghassaei@gmail.com>
Date: Wed, 18 Mar 2015 04:11:37 -0400
Subject: [PATCH] eod

---
 js/cam/ShopbotExporter.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/cam/ShopbotExporter.js b/js/cam/ShopbotExporter.js
index 196ea8d6..4af77eb8 100644
--- a/js/cam/ShopbotExporter.js
+++ b/js/cam/ShopbotExporter.js
@@ -105,6 +105,7 @@ ShopbotExporter.prototype.simulate = function(line, machine, wcs,  callback){
     }
 };
 
+//todo mm support
 ShopbotExporter.prototype._simulateGetPosition = function(line, speed, machine, wcs, callback){
     if (line[1] == 3 || line[1] == 2) {
         var data = line.split(" ");
-- 
GitLab