summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-08-22 16:58:26 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-08-22 16:58:26 (EDT)
commit1dab0e77d79663af978f4bd4b5dd4b5a473b814d (patch)
treec4d0dc7173276a2f259a36483b625a237c2999f3
parent5c99dc8f6bdd1c68e3460507ab14e84efbcc1dbb (diff)
downloadslic3r-1dab0e77d79663af978f4bd4b5dd4b5a473b814d.zip
slic3r-1dab0e77d79663af978f4bd4b5dd4b5a473b814d.tar.gz
slic3r-1dab0e77d79663af978f4bd4b5dd4b5a473b814d.tar.bz2
printer: Make end G-code result in extruder at 0 mm
-rw-r--r--.Slic3r/printer/LulzBot Mini, HIPS - end.gcode4
-rw-r--r--.Slic3r/printer/LulzBot Mini, HIPS.ini4
-rw-r--r--.Slic3r/slic3r.ini2
3 files changed, 5 insertions, 5 deletions
diff --git a/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode b/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode
index 15e5b68..9d8ec60 100644
--- a/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode
+++ b/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode
@@ -12,8 +12,8 @@ M140 S0 ; Set bed temperature without waiting
M107 ; Turn off the print cooling fan
; Move to cooling position and retract filament
-G92 E0 ; Set extruder position to 0 (origin)
-G1 X5 Y5 Z160 E-5 F10000 ; Move bed and nozzle and retract filament
+G92 E5 ; Set extruder position for retraction
+G1 X5 Y5 Z160 E0 F10000 ; Move bed and nozzle and retract filament
M190 R60 ; Wait for bed to cool
; Move to print removal position
diff --git a/.Slic3r/printer/LulzBot Mini, HIPS.ini b/.Slic3r/printer/LulzBot Mini, HIPS.ini
index 53cc32f..da04b61 100644
--- a/.Slic3r/printer/LulzBot Mini, HIPS.ini
+++ b/.Slic3r/printer/LulzBot Mini, HIPS.ini
@@ -1,7 +1,7 @@
-# generated by Slic3r 1.2.9 on Mon Aug 21 19:13:06 2017
+# generated by Slic3r 1.2.9 on Tue Aug 22 16:58:05 2017
bed_shape = -2x-2,156x-2,156x156,-2x156
before_layer_gcode =
-end_gcode = \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Begin LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; Ensure moves are complete\nM400 ; Pause processing until moves complete\n\n; Begin cooling\nM104 S0 ; Set hotend temperature without waiting\nM140 S0 ; Set bed temperature without waiting\nM107 ; Turn off the print cooling fan\n\n; Move to cooling position and retract filament\nG92 E0 ; Set extruder position to 0 (origin)\nG1 X5 Y5 Z160 E-5 F10000 ; Move bed and nozzle and retract filament\nM190 R60 ; Wait for bed to cool\n\n; Move to print removal position\nM140 S0 ; Set bed temperature without waiting\nG1 X145 Y190 Z160 F10000 ; Move bed forward and toolhead right\n\n; Idle\nM84 ; Turn off stepper motors\nG90 ; Set absolute positioning mode\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; End LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n
+end_gcode = \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Begin LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; Ensure moves are complete\nM400 ; Pause processing until moves complete\n\n; Begin cooling\nM104 S0 ; Set hotend temperature without waiting\nM140 S0 ; Set bed temperature without waiting\nM107 ; Turn off the print cooling fan\n\n; Move to cooling position and retract filament\nG92 E5 ; Set extruder position for retraction\nG1 X5 Y5 Z160 E0 F10000 ; Move bed and nozzle and retract filament\nM190 R60 ; Wait for bed to cool\n\n; Move to print removal position\nM140 S0 ; Set bed temperature without waiting\nG1 X145 Y190 Z160 F10000 ; Move bed forward and toolhead right\n\n; Idle\nM84 ; Turn off stepper motors\nG90 ; Set absolute positioning mode\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; End LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n
extruder_offset = 0x0
gcode_flavor = reprap
layer_gcode =
diff --git a/.Slic3r/slic3r.ini b/.Slic3r/slic3r.ini
index 4182829..4a2d49d 100644
--- a/.Slic3r/slic3r.ini
+++ b/.Slic3r/slic3r.ini
@@ -1,4 +1,4 @@
-# generated by Slic3r 1.2.9 on Mon Aug 21 21:40:57 2017
+# generated by Slic3r 1.2.9 on Tue Aug 22 16:58:05 2017
autocenter = 1
background_processing = 1
last_output_path = /home/cam/sff8201-ha/src