summaryrefslogtreecommitdiffstats
path: root/.Slic3r/printer
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-02-11 17:13:18 (EST)
committer P. J. McDermott <pj@pehjota.net>2019-02-11 17:13:18 (EST)
commit16e84a0f9c4fb361afd4bce1f9cb8fb350372367 (patch)
tree9b7692acc8669f8c6601157e1de0e3925930dfc1 /.Slic3r/printer
parent12204feb36035f8b2b252b93abbc5e2de49679b8 (diff)
downloadslic3r-16e84a0f9c4fb361afd4bce1f9cb8fb350372367.zip
slic3r-16e84a0f9c4fb361afd4bce1f9cb8fb350372367.tar.gz
slic3r-16e84a0f9c4fb361afd4bce1f9cb8fb350372367.tar.bz2
printer: Edit TAZ 6 start G-code
* Allow heating to wiping temperature before retraction completes * Allow heating to first layer temperature before probing completes * Improve centering M400 comment
Diffstat (limited to '.Slic3r/printer')
-rw-r--r--.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode6
1 files changed, 3 insertions, 3 deletions
diff --git a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode
index 5159843..7d3b098 100644
--- a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode
+++ b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode
@@ -35,7 +35,6 @@ M109 R140 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature
; Retract filament before wiping
M117 Retracting...
G1 E-30 F100 ; Retract filament
-M400 ; Don't heat or show status until retracted
;
; Wiping
@@ -43,6 +42,7 @@ M400 ; Don't heat or show status until retracted
; Begin heating hotend to wiping temperature
M104 S140 ; XXX: MATERIAL-DEPENDENT ; Set hotend temperature without waiting
+M400 ; Don't show status until retracted
; While waiting for the hotend to heat, position the nozzle over the wiping pad
M117 Moving to wipe...
@@ -97,7 +97,6 @@ M204 S100 ; Set acceleration for probing moves
G29 ; Probe the bed
M204 S500 ; Set acceleration back to normal
M420 S1 ; Enable bed leveling with new matrix
-M400 ; Don't heat until done probing
G1 Z10 F5000 ; Lift off the bed-leveling washer
;
@@ -106,11 +105,12 @@ G1 Z10 F5000 ; Lift off the bed-leveling washer
; Begin heating hotend to first layer temperature
M104 S[first_layer_temperature] ; Set hotend temperature without waiting
+M400 ; Don't show status until done probing
; While waiting for the hotend to heat, position the nozzle and pause
M117 Moving to center...
G1 X140 Y140 Z2 F5000 ; Move to center
-M400 ; Pause until centered
+M400 ; Don't show status until centered
; Ensure the hotend and bed are at the first layer temperatures
M109 R205 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature