Skip to content

Commit

Permalink
Slic3r 0.6.0 automatically retracts filament at end of print.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbrixandersen committed Jan 22, 2012
1 parent f89fbcd commit 7fe61c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Slic3r/White-ABS.ini
Expand Up @@ -4,7 +4,7 @@ bridge_speed = 60
duplicate_distance = 6
duplicate_x = 1
duplicate_y = 1
end_gcode = G92 E1 ; Reset extruder to 1 mm\nG1 E0 F1200 ; Retract extruder 1 mm\nM104 S0 ; Turn off extruder heater\nM140 S0 ; Turn off bed heater\nG28 X0 ; Home X axis\nG1 Y160 F4000 ; Move object to the front\nM84 ; Disable motors
end_gcode = M104 S0 ; Turn off extruder heater\nM140 S0 ; Turn off bed heater\nG28 X0 ; Home X axis\nG1 Y160 F4000 ; Move object to the front\nM84 ; Disable motors
extrusion_axis = E
extrusion_multiplier = 1
extrusion_width_ratio = 0
Expand All @@ -15,11 +15,12 @@ fill_pattern = rectilinear
first_layer_height_ratio = 1.25
g0 = 0
gcode_arcs = 0
gcode_comments = 0
gcode_comments =
infill_every_layers = 1
infill_speed = 60
layer_height = 0.4
nozzle_diameter = 0.5
output_filename_format = [input_filename_base].gcode
perimeter_speed = 30
perimeters = 3
print_center = 90,60
Expand Down

0 comments on commit 7fe61c9

Please sign in to comment.