summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-08-21 17:49:02 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-08-21 17:49:02 (EDT)
commit90d1b308b5821335027a0fd052dd204aeb246281 (patch)
tree8f32b1a5bc8c937ebe0567bfa377c42e404dd099
parent9970551c5c881b8b28b0af39364b388433994ec0 (diff)
downloadprintrun-90d1b308b5821335027a0fd052dd204aeb246281.zip
printrun-90d1b308b5821335027a0fd052dd204aeb246281.tar.gz
printrun-90d1b308b5821335027a0fd052dd204aeb246281.tar.bz2
.pronsolerc: Auto-home X and Y at end of wipe-hips
-rw-r--r--.pronsolerc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.pronsolerc b/.pronsolerc
index 2f19b92..f0602c2 100644
--- a/.pronsolerc
+++ b/.pronsolerc
@@ -68,4 +68,7 @@ macro wipe-hips
G1 X115 Y172 Z-0.5 F1000 ; Wipe slower, bury nozzle in cleanish area
G1 Z10 ; Lift out of wiping pad
; Begin heating hotend to HIPS probing temperature
- M109 S170 ; Set and wait for hotend temperature
+ M104 S170 ; Set hotend temperature without waiting
+ ; While waiting for the hotend to heat, auto-home X and Y
+ G28 X0 Y0 ; Auto-home X and Y
+ M109 ; Wait for hotend temperature