summaryrefslogtreecommitdiffstats
path: root/probe.gcode
blob: 9b96b69564ec061cf56566b02e53d87ff289b13d (plain)
1
2
3
4
5
6
7
8
9
10
; Run with `printcore -v /dev/ttyACM0 probe.gcode`

; Probe the bed and enable bed leveling compensation
G1 Z10 F5000                         ; Lift off the bed-leveling washer
G28 X0 Y0                            ; Auto-home X and Y
M204 S300                            ; Set acceleration for probing moves
G29                                  ; Probe the bed
M204 S2000                           ; Set acceleration back to normal
G1 Z10 F5000                         ; Lift off the bed-leveling washer
G1 X40 Y190 F5000                    ; Move nozzle away and bed forward