mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
profiles fixes: removed double settings, introduced missing ones (CURA-1195)
I've made it such that all ABS and CPE profiles contain the same settings and also all PLA profiles contain the same settings. This is to verify that no settings have been overlooked.
This commit is contained in:
parent
2539042858
commit
47b04efcfe
12 changed files with 14 additions and 2 deletions
|
@ -14,6 +14,7 @@ top_bottom_thickness = 0.75
|
|||
infill_sparse_density = 18
|
||||
speed_print = 40
|
||||
layer_height_0 = 0.26
|
||||
speed_layer_0 = 30
|
||||
speed_travel = 150
|
||||
speed_infill = 55
|
||||
speed_topbottom = 30
|
||||
|
|
|
@ -11,6 +11,7 @@ layer_height = 0.1
|
|||
wall_thickness = 1.05
|
||||
line_width = 0.35
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
speed_print = 30
|
||||
layer_height_0 = 0.26
|
||||
speed_layer_0 = 20
|
||||
|
|
|
@ -14,7 +14,6 @@ speed_print = 20
|
|||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
layer_height_0 = 0.5
|
||||
speed_wall_x = 30
|
||||
speed_layer_0 = 20
|
||||
speed_infill = 40
|
||||
speed_topbottom = 20
|
||||
|
|
|
@ -20,6 +20,7 @@ speed_topbottom = 20
|
|||
speed_wall_0 = 20
|
||||
speed_wall_x = 25
|
||||
cool_min_layer_time = 2
|
||||
cool_min_speed = 10
|
||||
cool_fan_speed_min = 50
|
||||
cool_lift_head = True
|
||||
infill_overlap = 17
|
||||
|
|
|
@ -20,6 +20,7 @@ speed_topbottom = 20
|
|||
speed_wall_0 = 20
|
||||
speed_wall_x = 30
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 10
|
||||
cool_fan_speed_min = 50
|
||||
cool_lift_head = True
|
||||
infill_overlap = 17
|
||||
|
|
|
@ -14,12 +14,13 @@ top_bottom_thickness = 1.2
|
|||
infill_sparse_density = 20
|
||||
speed_print = 20
|
||||
layer_height_0 = 0.5
|
||||
speed_layer_o = 20
|
||||
speed_layer_0 = 20
|
||||
speed_infill = 40
|
||||
speed_topbottom = 20
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 30
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 10
|
||||
cool_fan_speed_min = 50
|
||||
cool_lift_head = True
|
||||
infill_overlap = 17
|
||||
|
|
|
@ -14,8 +14,10 @@ shell_thickness = 0.7
|
|||
top_bottom_thickness = 0.6
|
||||
infill_sparse_density = 18
|
||||
retraction_amount = 5.5
|
||||
speed_infill = 60
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = 50
|
||||
speed_travel = 150
|
||||
speed_topbottom = 30
|
||||
speed_layer_0 = 25
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
|
|
|
@ -15,6 +15,7 @@ top_bottom_thickness = 0.84
|
|||
infill_sparse_density = 22
|
||||
retraction_amount = 5.5
|
||||
speed_infill = 50
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 40
|
||||
speed_topbottom = 20
|
||||
speed_layer_0 = 25
|
||||
|
|
|
@ -12,8 +12,10 @@ layer_height = 0.1
|
|||
layer_height_0 = 0.26
|
||||
shell_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 5.5
|
||||
speed_infill = 50
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 40
|
||||
speed_topbottom = 20
|
||||
speed_layer_0 = 25
|
||||
|
|
|
@ -16,6 +16,7 @@ infill_sparse_density = 25
|
|||
retraction_amount = 5.5
|
||||
retraction_extrusion_window = 6
|
||||
speed_infill = 50
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 40
|
||||
speed_topbottom = 20
|
||||
speed_layer_0 = 25
|
||||
|
|
|
@ -12,6 +12,7 @@ layer_height = 0.15
|
|||
layer_height_0 = 0.4
|
||||
shell_thickness = 1.59
|
||||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6
|
||||
speed_infill = 55
|
||||
speed_wall_0 = 25
|
||||
|
|
|
@ -12,6 +12,7 @@ layer_height = 0.2
|
|||
layer_height_0 = 0.5
|
||||
shell_thickness = 2.1
|
||||
top_bottom_thickness = 1.6
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6
|
||||
speed_infill = 40
|
||||
speed_wall_0 = 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue