This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/SD-image/gcodes-MiniKossel/setheight.gcode
David Crocker 7550806db4 Version 1.00f
Implemented auto-calibration for delta printers
Preparation for supporting nested macro files
2015-02-05 16:17:27 +00:00

11 lines
433 B
Text

; Homing and height setting routine for delta printers
G28 ; home the printer
;*** Remove the following line if your Z probe does not need to be deployed
M98 Pdeployprobe.g ; deploy the mechanical Z probe
G1 X0 Y0 Z8 F5000 ; put head just above bed centre
G30 ; probe bed, set height
;*** Remove the following line if your Z probe does not need to be deployed
M98 Pretractprobe.g ; deploy the mechanical Z probe