summaryrefslogtreecommitdiffstats
path: root/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-02-12 00:20:13 (EST)
committer P. J. McDermott <pj@pehjota.net>2019-02-12 00:22:21 (EST)
commit55e87552a3a7753de0feceea975802652ed32491 (patch)
tree97855e5ae5443f2cf53c57606b49f9cae25f513c /.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - end.gcode
parentcaf76f1254436a2585acd6b36661d019049b4989 (diff)
downloadslic3r-55e87552a3a7753de0feceea975802652ed32491.zip
slic3r-55e87552a3a7753de0feceea975802652ed32491.tar.gz
slic3r-55e87552a3a7753de0feceea975802652ed32491.tar.bz2
printer: Parameterize temperatures in TAZ 6 G-code files
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.gcode22
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 ;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;