summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-02-27 19:20:24 (EST)
committer P. J. McDermott <pj@pehjota.net>2019-02-27 19:20:24 (EST)
commit6e3cb90a7701d2f68e8c9af6efeab91b47c71f6a (patch)
treeb390c245eab4091370588ce7945ed2fa9135c28d
parente1471d34e4ce4f93521565d6ae57ffa4201b7c4c (diff)
downloadslic3r-6e3cb90a7701d2f68e8c9af6efeab91b47c71f6a.zip
slic3r-6e3cb90a7701d2f68e8c9af6efeab91b47c71f6a.tar.gz
slic3r-6e3cb90a7701d2f68e8c9af6efeab91b47c71f6a.tar.bz2
TAZ 6, DE v3: Improve/fix/update G-code comments
-rw-r--r--.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode6
1 files changed, 3 insertions, 3 deletions
diff --git a/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode b/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode
index 4a82a3f..40c2356 100644
--- a/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode
+++ b/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode
@@ -85,9 +85,9 @@ M400 ; Don't heat or show status until wiped
; Begin heating hotend to probing temperature
M104 S<probing_temperature> ; Set hotend temperature without waiting
-; While waiting for the hotend to heat, move over first probe washer
+; While waiting, move to (LEFT_PROBE_BED_POSITION, FRONT_PROBE_BED_POSITION)
M117 Moving to probe...
-G1 X-9 Y-9 ; Move over rear left bed-leveling washer
+G1 X-9 Y-9 ; Move over front left bed-leveling washer
M400 ; Don't show status until moved
M109 R<probing_temperature> ; Wait for hotend temperature
@@ -110,7 +110,7 @@ M400 ; Don't show status until done probing
; While waiting for the hotend to heat, position the nozzle and pause
M117 Moving off probe...
G1 X0 Y0 Z15 F5000 ; Move above and away from last washer
-M400 ; Don't show status until centered
+M400 ; Don't show status until moved
; Ensure the hotend and bed are at the first layer temperatures
M109 R[first_layer_temperature] ; Wait for hotend temperature