summaryrefslogtreecommitdiffstats
path: root/probe.gcode
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-08-21 18:32:20 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-08-21 18:32:20 (EDT)
commitb89beac0a1fba789f3fce4ab6e7f9cc841e6c166 (patch)
treee017d88f750c7c8e4d31ec2ffbc9de061ec414e8 /probe.gcode
parent6a8f5b4dac5b6ce0e36dd68d68ccf95516a542e6 (diff)
downloadprintrun-b89beac0a1fba789f3fce4ab6e7f9cc841e6c166.zip
printrun-b89beac0a1fba789f3fce4ab6e7f9cc841e6c166.tar.gz
printrun-b89beac0a1fba789f3fce4ab6e7f9cc841e6c166.tar.bz2
wipe_hips.gcode, probe.gcode: New files
Diffstat (limited to 'probe.gcode')
-rw-r--r--probe.gcode10
1 files changed, 10 insertions, 0 deletions
diff --git a/probe.gcode b/probe.gcode
new file mode 100644
index 0000000..9b96b69
--- /dev/null
+++ b/probe.gcode
@@ -0,0 +1,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