http://reprap.org/wiki/G-code. G1 Z3 F200
Is there a G code command I can enter into Slicer end Gcode section to raise the Z axis up a bit, Say 2-3mm?I only have an endstop at the lower portion of the Z axis.
--
http://reprap.org/wiki/G-code. G1 Z3 F200
--
Inserted as an end code in Slicer, this will do exactly that... a 3mm vert lift. The printer is already in relative... and since it is an end code, the hotend tip is already located at the highest z-point of the print, so no way it could crash in to it...
--
I haven't actually tried it but if I'm understanding all this the z will move down to 3mm above homing not just move up 3 from the current position - does m114 do more than just report? And then you move up 50? - a G92 then G1 Z3 would get you above the current position?????
--
I haven't actually tried it but if I'm understanding all this the z will move down to 3mm above homing not just move up 3 from the current position - does m114 do more than just report? And then you move up 50? - a G92 then G1 Z3 would get you above the current position?????
--