From ec150bde3de72ed79afc7ed4039d5cc78d6942a5 Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Thu, 20 Aug 2015 18:29:41 -0400
Subject: [PATCH] stopping pt

---
 js/cam/assemblers/AssemblerPost.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/cam/assemblers/AssemblerPost.js b/js/cam/assemblers/AssemblerPost.js
index fa566f53..79dea6aa 100644
--- a/js/cam/assemblers/AssemblerPost.js
+++ b/js/cam/assemblers/AssemblerPost.js
@@ -103,7 +103,7 @@ define(['underscore', 'appState', 'lattice', 'cam'], function(_, appState, latti
 };
 
         this.customCalcPositionOffsets = function(index, position, material, settings, context){
-    //this feeds into moveXY and placePart's position parameter
+    //this feeds into moveXY and placePart functions
 
     if (index.z%2 != 0){
         //offset for rotation
-- 
GitLab