summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-02-27 18:27:24 (EST)
committer P. J. McDermott <pj@pehjota.net>2019-02-27 18:27:24 (EST)
commite1471d34e4ce4f93521565d6ae57ffa4201b7c4c (patch)
tree6144507a02e09c7d048db7a62190a62a0d22c863
parentaeee4d86e2fdd75c5272e63718fe8064430a18d3 (diff)
downloadslic3r-e1471d34e4ce4f93521565d6ae57ffa4201b7c4c.zip
slic3r-e1471d34e4ce4f93521565d6ae57ffa4201b7c4c.tar.gz
slic3r-e1471d34e4ce4f93521565d6ae57ffa4201b7c4c.tar.bz2
TAZ 6, SE v2.1: Improve/fix/update G-code comments
-rw-r--r--.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode6
1 files changed, 3 insertions, 3 deletions
diff --git a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
index 4a82a3f..40c2356 100644
--- a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
+++ b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - 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