Z offset not working in ver101 will not go below zero
Using ver0.92.9 I would run
g28 x0 y0
g0 x110 y110
g28 z0
then I would move the extruder down to set the extruder height usually -1.12
then I would set the z offset to the value I needed and i could print.
With ver 101 I cant do that. The extruder will not move below 0. when I set the offset in the firmware the extruder will not approach the bed and stays above the bed at zero.
Am I missing anything. I have check endstops off.
I liked the function to set it using the LCD because I could raise it a bit for the PETG when I needed it.
Thanks for any help
g28 x0 y0
g0 x110 y110
g28 z0
then I would move the extruder down to set the extruder height usually -1.12
then I would set the z offset to the value I needed and i could print.
With ver 101 I cant do that. The extruder will not move below 0. when I set the offset in the firmware the extruder will not approach the bed and stays above the bed at zero.
Am I missing anything. I have check endstops off.
I liked the function to set it using the LCD because I could raise it a bit for the PETG when I needed it.
Thanks for any help
Comments
G1 S1
to disable target position testing, which is what prevents the move I think.