From c304ce0940f5916aabb947f0dc34b457e7a96b96 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Wed, 25 Mar 2015 14:13:27 -0400 Subject: [PATCH] small change --- js/cam/Assembler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cam/Assembler.js b/js/cam/Assembler.js index 5b5b3431..31a770a2 100644 --- a/js/cam/Assembler.js +++ b/js/cam/Assembler.js @@ -33,7 +33,7 @@ Assembler = Backbone.Model.extend({ feedRate:{xy: 0.1, z: 0.1},//speed when heading towards assembly simLineNumber: 0,//used for stock simulation, reading through gcode - simSpeed: 4,//#X times real speed + simSpeed: 4//#X times real speed }, initialize: function(options){ -- GitLab