From 8694e73edf564d41674d96896f786968cb548ad6 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Saura Date: Wed, 5 Nov 2014 16:03:43 +0000 Subject: [PATCH] Removed reference to undefined variable --- Hardware/CYCLONE_2/Source_files/Cycl_Z_carriage.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware/CYCLONE_2/Source_files/Cycl_Z_carriage.scad b/Hardware/CYCLONE_2/Source_files/Cycl_Z_carriage.scad index e08076c..f07038e 100644 --- a/Hardware/CYCLONE_2/Source_files/Cycl_Z_carriage.scad +++ b/Hardware/CYCLONE_2/Source_files/Cycl_Z_carriage.scad @@ -22,7 +22,7 @@ module Cyclone_Z_carriage() { // Motor translate([axes_Zsmooth_separation/2,30,51]) rotate([180,0,0]) - stepperMotor(screwHeight=motorWallSeparation, echoPart=true); + stepperMotor(screwHeight=0, echoPart=true); // Dremel tool translate([axes_Zsmooth_separation/2,-40,-40]) {