Removed reference to undefined variable
parent
cc8a5a4f82
commit
8694e73edf
|
@ -22,7 +22,7 @@ module Cyclone_Z_carriage() {
|
||||||
|
|
||||||
// Motor
|
// Motor
|
||||||
translate([axes_Zsmooth_separation/2,30,51]) rotate([180,0,0])
|
translate([axes_Zsmooth_separation/2,30,51]) rotate([180,0,0])
|
||||||
stepperMotor(screwHeight=motorWallSeparation, echoPart=true);
|
stepperMotor(screwHeight=0, echoPart=true);
|
||||||
|
|
||||||
// Dremel tool
|
// Dremel tool
|
||||||
translate([axes_Zsmooth_separation/2,-40,-40]) {
|
translate([axes_Zsmooth_separation/2,-40,-40]) {
|
||||||
|
|
Loading…
Reference in New Issue