diff options
Diffstat (limited to '.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode')
-rw-r--r-- | .Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode index f509e8d..73021de 100644 --- a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode +++ b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode @@ -1,14 +1,14 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Begin LulzBot TAZ 6 Single Extruder v2.1 PLA end G-code ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Begin LulzBot TAZ 6 Single Extruder v2.1 end G-code ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Ensure moves are complete M400 ; Pause processing until moves complete ; Begin cooling -M104 S140 ; XXX: MATERIAL-DEPENDENT ; Cool hotend to retraction without waiting -M140 S45 ; XXX: MATERIAL-DEPENDENT ; Cool bed to removal temp without waiting +M104 S<retraction_temperature> ; Cool hotend to retraction without waiting +M140 S<removal_bed_temperature> ; Cool bed to removal temp without waiting M107 ; Turn off the print cooling fan ; Retract and re-prime filament @@ -22,7 +22,7 @@ G90 ; Restore absolute positioning mode M117 Moving to cool... G1 Y0 F3000 ; Move bed to cooling position M400 ; Don't show status until moved -M190 R45 ; XXX: MATERIAL-DEPENDENT ; Wait for bed to cool +M190 R<removal_bed_temperature> ; Wait for bed to cool ; Move to print removal position M117 Printing complete @@ -35,10 +35,10 @@ M300 P200 ; Beep M104 S0 ; Cool hotend without waiting M140 S0 ; Cool bed without waiting M0 Done, keep warm? -M104 S140 ; XXX: MATERIAL-DEPENDENT ; Set hotend to retraction without waiting -M140 S45 ; XXX: MATERIAL-DEPENDENT ; Set bed to removal temp without waiting +M104 S<retraction_temperature> ; Set hotend to retraction without waiting +M140 S<removal_bed_temperature> ; Set bed to removal temp without waiting -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; End LulzBot TAZ 6 Single Extruder v2.1 PLA end G-code ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; End LulzBot TAZ 6 Single Extruder v2.1 end G-code ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |