mirror of
https://github.com/pgrondek/slic3r.git
synced 2024-11-22 15:03:40 +00:00
Plit settings cleanup
This commit is contained in:
parent
f02362c0f6
commit
58aaa37296
@ -1,4 +1,4 @@
|
||||
# generated by Slic3r 1.3.1-dev on 2018-12-06 07:21:46
|
||||
# generated by Slic3r 1.3.0 on 2018-12-13 22:58:55
|
||||
adaptive_slicing = 0
|
||||
adaptive_slicing_quality = 75%
|
||||
avoid_crossing_perimeters = 0
|
||||
@ -74,7 +74,7 @@ solid_infill_speed = 20
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
support_material = 1
|
||||
support_material_angle = 10
|
||||
support_material_angle = 0
|
||||
support_material_buildplate_only = 0
|
||||
support_material_contact_distance = 0.2
|
||||
support_material_enforce_layers = 0
|
||||
@ -82,14 +82,12 @@ support_material_extruder = 1
|
||||
support_material_extrusion_width = 0
|
||||
support_material_interface_extruder = 1
|
||||
support_material_interface_extrusion_width = 0
|
||||
support_material_interface_layers = 1
|
||||
support_material_interface_layers = 3
|
||||
support_material_interface_spacing = 0
|
||||
support_material_interface_speed = 100%
|
||||
support_material_max_layers = 0
|
||||
support_material_pattern = rectilinear-grid
|
||||
support_material_pillar_size = 2.5
|
||||
support_material_pillar_spacing = 5
|
||||
support_material_spacing = 5
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 60
|
||||
support_material_threshold = 10%
|
||||
thin_walls = 1
|
@ -1,101 +0,0 @@
|
||||
# generated by Slic3r 1.3.1-dev on 2018-12-02 21:27:57
|
||||
adaptive_slicing = 0
|
||||
adaptive_slicing_quality = 75%
|
||||
avoid_crossing_perimeters = 0
|
||||
bottom_infill_pattern = rectilinear
|
||||
bottom_solid_layers = 2
|
||||
bridge_acceleration = 0
|
||||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_connections_width = 0
|
||||
brim_width = 0
|
||||
compatible_printers =
|
||||
complete_objects = 0
|
||||
default_acceleration = 0
|
||||
dont_support_bridges = 1
|
||||
external_perimeter_extrusion_width = 0
|
||||
external_perimeter_speed = 50%
|
||||
external_perimeters_first = 0
|
||||
extra_perimeters = 1
|
||||
extruder_clearance_height = 20
|
||||
extruder_clearance_radius = 20
|
||||
extrusion_width = 0
|
||||
fill_angle = 45
|
||||
fill_density = 20%
|
||||
fill_gaps = 1
|
||||
fill_pattern = rectilinear
|
||||
first_layer_acceleration = 0
|
||||
first_layer_extrusion_width = 0
|
||||
first_layer_height = 0.4
|
||||
first_layer_speed = 30
|
||||
gap_fill_speed = 20
|
||||
gcode_comments = 0
|
||||
infill_acceleration = 0
|
||||
infill_every_layers = 1
|
||||
infill_extruder = 1
|
||||
infill_extrusion_width = 0
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 0
|
||||
infill_overlap = 55%
|
||||
infill_speed = 80
|
||||
interface_shells = 0
|
||||
interior_brim_width = 0
|
||||
layer_height = 0.3
|
||||
match_horizontal_surfaces = 0
|
||||
max_print_speed = 80
|
||||
max_volumetric_speed = 0
|
||||
min_skirt_length = 0
|
||||
notes =
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = [input_filename_base].gcode
|
||||
overhangs = 1
|
||||
perimeter_acceleration = 0
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0
|
||||
perimeter_speed = 60
|
||||
perimeters = 4
|
||||
post_process =
|
||||
print_settings_id =
|
||||
raft_layers = 0
|
||||
regions_overlap = 0
|
||||
resolution = 0
|
||||
seam_position = aligned
|
||||
shortcuts = support_material
|
||||
skirt_distance = 6
|
||||
skirt_height = 1
|
||||
skirts = 1
|
||||
small_perimeter_speed = 15
|
||||
solid_infill_below_area = 70
|
||||
solid_infill_every_layers = 0
|
||||
solid_infill_extruder = 1
|
||||
solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 20
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
support_material = 1
|
||||
support_material_angle = 10
|
||||
support_material_buildplate_only = 0
|
||||
support_material_contact_distance = 0.2
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 1
|
||||
support_material_extrusion_width = 0
|
||||
support_material_interface_extruder = 1
|
||||
support_material_interface_extrusion_width = 0
|
||||
support_material_interface_layers = 1
|
||||
support_material_interface_spacing = 0
|
||||
support_material_interface_speed = 100%
|
||||
support_material_max_layers = 0
|
||||
support_material_pattern = pillars
|
||||
support_material_pillar_size = 2.5
|
||||
support_material_pillar_spacing = 5
|
||||
support_material_spacing = 5
|
||||
support_material_speed = 60
|
||||
support_material_threshold = 10%
|
||||
thin_walls = 1
|
||||
top_infill_extrusion_width = 0
|
||||
top_infill_pattern = rectilinear
|
||||
top_solid_infill_speed = 15
|
||||
top_solid_layers = 4
|
||||
travel_speed = 130
|
||||
xy_size_compensation = 0
|
@ -1,101 +0,0 @@
|
||||
# generated by Slic3r 1.3.1-dev on 2018-10-15 19:02:39
|
||||
adaptive_slicing = 0
|
||||
adaptive_slicing_quality = 75%
|
||||
avoid_crossing_perimeters = 0
|
||||
bottom_infill_pattern = rectilinear
|
||||
bottom_solid_layers = 2
|
||||
bridge_acceleration = 0
|
||||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_connections_width = 0
|
||||
brim_width = 0
|
||||
compatible_printers =
|
||||
complete_objects = 0
|
||||
default_acceleration = 0
|
||||
dont_support_bridges = 1
|
||||
external_perimeter_extrusion_width = 0
|
||||
external_perimeter_speed = 50%
|
||||
external_perimeters_first = 0
|
||||
extra_perimeters = 1
|
||||
extruder_clearance_height = 20
|
||||
extruder_clearance_radius = 20
|
||||
extrusion_width = 0
|
||||
fill_angle = 45
|
||||
fill_density = 20%
|
||||
fill_gaps = 1
|
||||
fill_pattern = rectilinear
|
||||
first_layer_acceleration = 0
|
||||
first_layer_extrusion_width = 0
|
||||
first_layer_height = 0.4
|
||||
first_layer_speed = 30
|
||||
gap_fill_speed = 20
|
||||
gcode_comments = 0
|
||||
infill_acceleration = 0
|
||||
infill_every_layers = 1
|
||||
infill_extruder = 1
|
||||
infill_extrusion_width = 0
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 0
|
||||
infill_overlap = 55%
|
||||
infill_speed = 80
|
||||
interface_shells = 0
|
||||
interior_brim_width = 0
|
||||
layer_height = 0.3
|
||||
match_horizontal_surfaces = 0
|
||||
max_print_speed = 80
|
||||
max_volumetric_speed = 0
|
||||
min_skirt_length = 0
|
||||
notes =
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = [input_filename_base].gcode
|
||||
overhangs = 1
|
||||
perimeter_acceleration = 0
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0
|
||||
perimeter_speed = 60
|
||||
perimeters = 4
|
||||
post_process =
|
||||
print_settings_id =
|
||||
raft_layers = 0
|
||||
regions_overlap = 0
|
||||
resolution = 0
|
||||
seam_position = aligned
|
||||
shortcuts = support_material
|
||||
skirt_distance = 6
|
||||
skirt_height = 1
|
||||
skirts = 1
|
||||
small_perimeter_speed = 15
|
||||
solid_infill_below_area = 70
|
||||
solid_infill_every_layers = 0
|
||||
solid_infill_extruder = 1
|
||||
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_buildplate_only = 0
|
||||
support_material_contact_distance = 0
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 1
|
||||
support_material_extrusion_width = 0
|
||||
support_material_interface_extruder = 1
|
||||
support_material_interface_extrusion_width = 0
|
||||
support_material_interface_layers = 3
|
||||
support_material_interface_spacing = 0
|
||||
support_material_interface_speed = 100%
|
||||
support_material_max_layers = 0
|
||||
support_material_pattern = rectilinear
|
||||
support_material_pillar_size = 2.5
|
||||
support_material_pillar_spacing = 10
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 60
|
||||
support_material_threshold = 2
|
||||
thin_walls = 1
|
||||
top_infill_extrusion_width = 0
|
||||
top_infill_pattern = rectilinear
|
||||
top_solid_infill_speed = 15
|
||||
top_solid_layers = 4
|
||||
travel_speed = 130
|
||||
xy_size_compensation = 0
|
@ -1,4 +1,4 @@
|
||||
# generated by Slic3r 1.3.1-dev on 2018-10-14 13:10:24
|
||||
# generated by Slic3r 1.3.0 on 2018-12-13 22:58:09
|
||||
adaptive_slicing = 0
|
||||
adaptive_slicing_quality = 75%
|
||||
avoid_crossing_perimeters = 0
|
||||
@ -73,7 +73,7 @@ solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 20
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
support_material = 0
|
||||
support_material = 1
|
||||
support_material_angle = 0
|
||||
support_material_buildplate_only = 0
|
||||
support_material_contact_distance = 0.2
|
||||
@ -86,12 +86,10 @@ support_material_interface_layers = 3
|
||||
support_material_interface_spacing = 0
|
||||
support_material_interface_speed = 100%
|
||||
support_material_max_layers = 0
|
||||
support_material_pattern = pillars
|
||||
support_material_pillar_size = 2.5
|
||||
support_material_pillar_spacing = 10
|
||||
support_material_pattern = rectilinear-grid
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 60
|
||||
support_material_threshold = 60%
|
||||
support_material_threshold = 10%
|
||||
thin_walls = 1
|
||||
top_infill_extrusion_width = 0
|
||||
top_infill_pattern = rectilinear
|
||||
|
@ -1,4 +1,4 @@
|
||||
# generated by Slic3r 1.3.0 on Thu Dec 13 23:54:54 2018
|
||||
# generated by Slic3r 1.3.0 on Thu Dec 13 23:59:18 2018
|
||||
autoalignz = 1
|
||||
autocenter = 1
|
||||
background_processing = 0
|
||||
|
Loading…
Reference in New Issue
Block a user