split abs prints into coarse and fine
This commit is contained in:
parent
113100ae63
commit
3d800fe23c
3 changed files with 88 additions and 7 deletions
81
.Slic3r/print/coarse abs 0.4.ini
Normal file
81
.Slic3r/print/coarse abs 0.4.ini
Normal file
|
@ -0,0 +1,81 @@
|
|||
# generated by Slic3r 1.2.1-dev on Sat Oct 25 09:59:41 2014
|
||||
avoid_crossing_perimeters = 1
|
||||
bottom_solid_layers = 1
|
||||
bridge_acceleration = 0
|
||||
bridge_flow_ratio = 1
|
||||
bridge_speed = 20
|
||||
brim_width = 0
|
||||
complete_objects = 0
|
||||
default_acceleration = 1500
|
||||
dont_support_bridges = 1
|
||||
external_perimeter_extrusion_width = 0
|
||||
external_perimeter_speed = 25
|
||||
external_perimeters_first = 1
|
||||
extra_perimeters = 1
|
||||
extruder_clearance_height = 20
|
||||
extruder_clearance_radius = 20
|
||||
extrusion_width = 0
|
||||
fill_angle = 45
|
||||
fill_density = 35%
|
||||
fill_pattern = 3dhoneycomb
|
||||
first_layer_acceleration = 0
|
||||
first_layer_extrusion_width = 200%
|
||||
first_layer_height = 0.3
|
||||
first_layer_speed = 100%
|
||||
gap_fill_speed = 10
|
||||
gcode_comments = 0
|
||||
infill_acceleration = 0
|
||||
infill_every_layers = 1
|
||||
infill_extruder = 1
|
||||
infill_extrusion_width = 0
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 1
|
||||
infill_speed = 25
|
||||
interface_shells = 0
|
||||
layer_height = 0.2
|
||||
min_skirt_length = 20
|
||||
notes =
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 1
|
||||
output_filename_format = [input_filename_base].gcode
|
||||
overhangs = 1
|
||||
perimeter_acceleration = 0
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0
|
||||
perimeter_speed = 25
|
||||
perimeters = 3
|
||||
post_process =
|
||||
raft_layers = 0
|
||||
resolution = 0
|
||||
seam_position = random
|
||||
skirt_distance = 6
|
||||
skirt_height = 1
|
||||
skirts = 1
|
||||
small_perimeter_speed = 15
|
||||
solid_fill_pattern = hilbertcurve
|
||||
solid_infill_below_area = 70
|
||||
solid_infill_every_layers = 0
|
||||
solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 20
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
support_material = 1
|
||||
support_material_angle = 0
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 1
|
||||
support_material_extrusion_width = 0
|
||||
support_material_interface_extruder = 1
|
||||
support_material_interface_layers = 3
|
||||
support_material_interface_spacing = 0
|
||||
support_material_interface_speed = 20
|
||||
support_material_pattern = pillars
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 20
|
||||
support_material_threshold = 0
|
||||
thin_walls = 1
|
||||
threads = 8
|
||||
top_infill_extrusion_width = 0
|
||||
top_solid_infill_speed = 20
|
||||
top_solid_layers = 3
|
||||
travel_speed = 50
|
||||
xy_size_compensation = 0
|
|
@ -1,4 +1,4 @@
|
|||
# generated by Slic3r 1.2.1-dev on Thu Oct 23 20:34:34 2014
|
||||
# generated by Slic3r 1.2.1-dev on Sat Oct 25 10:00:40 2014
|
||||
avoid_crossing_perimeters = 1
|
||||
bottom_solid_layers = 1
|
||||
bridge_acceleration = 0
|
||||
|
@ -20,8 +20,8 @@ fill_density = 35%
|
|||
fill_pattern = 3dhoneycomb
|
||||
first_layer_acceleration = 0
|
||||
first_layer_extrusion_width = 200%
|
||||
first_layer_height = 0.3
|
||||
first_layer_speed = 100%
|
||||
first_layer_height = 0.2
|
||||
first_layer_speed = 90%
|
||||
gap_fill_speed = 10
|
||||
gcode_comments = 0
|
||||
infill_acceleration = 0
|
||||
|
@ -30,9 +30,9 @@ infill_extruder = 1
|
|||
infill_extrusion_width = 0
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 1
|
||||
infill_speed = 25
|
||||
infill_speed = 20
|
||||
interface_shells = 0
|
||||
layer_height = 0.2
|
||||
layer_height = 0.1
|
||||
min_skirt_length = 20
|
||||
notes =
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
|
@ -42,7 +42,7 @@ overhangs = 1
|
|||
perimeter_acceleration = 0
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0
|
||||
perimeter_speed = 25
|
||||
perimeter_speed = 20
|
||||
perimeters = 3
|
||||
post_process =
|
||||
raft_layers = 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# generated by Slic3r 1.2.1-dev on Sat Oct 25 09:57:56 2014
|
||||
# generated by Slic3r 1.2.1-dev on Sat Oct 25 10:00:57 2014
|
||||
autocenter = 1
|
||||
background_processing = 1
|
||||
last_output_path = /home/cyryl/reprap/models/gcode
|
||||
|
|
Loading…
Reference in a new issue