summaryrefslogtreecommitdiffstats
path: root/.Slic3r/printer
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-02-11 12:22:28 (EST)
committer P. J. McDermott <pj@pehjota.net>2019-02-11 17:00:16 (EST)
commit12204feb36035f8b2b252b93abbc5e2de49679b8 (patch)
tree5b1202a30dfe721f0f4057ed10c7f5c6f8a076b7 /.Slic3r/printer
parentf85c1743097d3c237100f8a784c326fe59bf89ed (diff)
downloadslic3r-12204feb36035f8b2b252b93abbc5e2de49679b8.zip
slic3r-12204feb36035f8b2b252b93abbc5e2de49679b8.tar.gz
slic3r-12204feb36035f8b2b252b93abbc5e2de49679b8.tar.bz2
printer: Edit TAZ 6 start G-code
* Make M400 comments more specific * Allow first-layer heating to occur immediately after probing, instead of waiting to lift above washer * Drop G4 (dwell) command * Add M400 command to wait until end of extruder priming before showing "Printing..."
Diffstat (limited to '.Slic3r/printer')
-rw-r--r--.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode12
1 files changed, 6 insertions, 6 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 717c588..5159843 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,7 @@ M109 R140 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature
; Retract filament before wiping
M117 Retracting...
G1 E-30 F100 ; Retract filament
-M400 ; Pause processing until moves complete
+M400 ; Don't heat or show status until retracted
;
; Wiping
@@ -76,7 +76,7 @@ G1 X-17 Y30 F2000
G1 X-15 Y25 Z1.5 F1000
G1 X-17 Y23 F1000
G1 Z10 F1000 ; Lift out of wiping pad
-M400 ; Pause processing until moves complete
+M400 ; Don't heat or show status until wiped
;
; Probing
@@ -88,7 +88,7 @@ M104 S140 ; XXX: MATERIAL-DEPENDENT ; Set hotend temperature without waiting
; While waiting for the hotend to heat, move over first probe washer
M117 Moving to probe...
G1 X-9 Y-9 ; Move over rear left bed-leveling washer
-M400 ; Pause processing until moves complete
+M400 ; Don't show status until moved
M109 R140 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature
; Probe the bed and enable bed-leveling compensation
@@ -97,8 +97,8 @@ 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
-M400 ; Pause processing until moves complete
;
; Printing
@@ -110,8 +110,7 @@ M104 S[first_layer_temperature] ; Set hotend temperature without waiting
; While waiting for the hotend to heat, position the nozzle and pause
M117 Moving to center...
G1 X140 Y140 Z2 F5000 ; Move to center
-G4 S1 ; Dwell/pause command queue for 1 second
-M400 ; Pause processing until moves complete
+M400 ; Pause until centered
; Ensure the hotend and bed are at the first layer temperatures
M109 R205 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature
@@ -120,6 +119,7 @@ M190 ; Wait for bed temperature
; Extrude filament back into the nozzle
M117 Priming nozzle...
G1 E0 F75 ; Slowly extrude filament back into nozzle
+M400 ; Don't show status until primed
M117 Printing...
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;