For some reason I cant figure out the Z does not raise after peeling, it just returns back to its original spot instead of raising the layer thickness.
I am using the Muve3d firmware, This is my CW peel command:
;********** Lift Sequence ********
M107; LED OFF
M650 D5 P800 S2 W$LayerThickness; Sets parameters for the peel
M651; Runs the peel action
G4 P1000
;********** Lift Sequence **********
Now when I look at the Gcode it looks like this:
;********** Lift Sequence ********
M107; LED OFF
M650 D5 P800 S2 W.1; Sets parameters for the peel
M651; Runs the peel action
G4 P1000
;********** Lift Sequence **********
So that W$layerthickness command is taking my layer thickness value from the slice options. But it doesnt do anything..
anyone have any idea whats going on? I also noticed I cannot set the speed that the Z returns at. I can set the lift speed using the S2 value in the M650 command but it seems to return at full speed and doesnt raise the layer thickness.
Someone please help!Statistics: Posted by Phife — Tue Jul 15, 2014 12:37 am
]]>