G code for raise Z before auto bed leveling?
May 14, 2015 09:52AM
Can someone tell me what is the G code for raise Z before auto bed leveling? I want to add it to slic3r before auto home and bed leveling.

Edited 1 time(s). Last edit at 05/14/2015 10:33AM by lunarkingdom.
Re: G code for raise X before auto bed leveling?
May 14, 2015 10:12AM
G91 ; relative positioning
G1 Z5 ; raise head 5mm
G90 ; back to absolute positioning



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: G code for raise X before auto bed leveling?
May 14, 2015 10:25AM
Presuming you meant Z instead of X, in Marlin there is also Z_RAISE_BEFORE_PROBING and Z_RAISE_BETWEEN_PROBINGS.
Re: G code for raise Z before auto bed leveling?
May 14, 2015 10:34AM
Yes I meant Z thanks I edited it to make more sense ;-)
Sorry, only registered users may post in this forum.

Click here to login