mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Processed review comments of Rijk van Manen + cleanup redundant support_z related settings
Relates to PP-108
This commit is contained in:
parent
55f1b9efca
commit
bfc25b8350
91 changed files with 43 additions and 126 deletions
|
@ -39,7 +39,6 @@ speed_print = 50
|
|||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 87.5
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
|
|
@ -38,6 +38,5 @@ speed_topbottom = =math.ceil(speed_print * 40 / 50)
|
|||
|
||||
speed_wall = =math.ceil(speed_print * 50 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 40 / 50)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
wall_0_inset = 0
|
||||
|
|
|
@ -39,6 +39,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
|||
|
||||
speed_wall = =math.ceil(speed_print * 45 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
wall_0_inset = 0
|
||||
|
|
|
@ -37,9 +37,7 @@ skin_overlap = 20
|
|||
speed_layer_0 = =math.ceil(speed_print * 20 / 40)
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 35)
|
||||
|
||||
speed_wall = =math.ceil(speed_print * 35 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 35)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
wall_0_inset = 0
|
||||
|
|
|
@ -37,9 +37,7 @@ skin_overlap = 20
|
|||
speed_layer_0 = =math.ceil(speed_print * 20 / 40)
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 35)
|
||||
|
||||
speed_wall = =math.ceil(speed_print * 35 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 35)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
wall_0_inset = 0
|
||||
|
|
|
@ -47,7 +47,6 @@ speed_print = 50
|
|||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 87.5
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
|
|
@ -42,10 +42,8 @@ skin_overlap = 30
|
|||
speed_layer_0 = =math.ceil(speed_print * 25 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 87.5
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
|
|
@ -45,10 +45,8 @@ skin_overlap = 30
|
|||
speed_layer_0 = =math.ceil(speed_print * 25 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 87.5
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
|
|
@ -43,10 +43,8 @@ skin_overlap = 30
|
|||
speed_layer_0 = =math.ceil(speed_print * 25 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 87.5
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
|
|
@ -33,6 +33,5 @@ speed_slowdown_layers = 15
|
|||
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
top_bottom_thickness = 1.2
|
||||
|
|
|
@ -34,6 +34,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
speed_infill = =math.ceil(speed_print * 40 / 50)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
top_bottom_thickness = 1.2
|
||||
|
|
|
@ -33,6 +33,5 @@ speed_slowdown_layers = 10
|
|||
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
top_bottom_thickness = 1.2
|
||||
|
|
|
@ -32,7 +32,6 @@ retraction_hop = 0.5
|
|||
retraction_min_travel = 1.5
|
||||
retraction_prime_speed = 15
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_bottom_distance = =support_z_distance
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
|
|
|
@ -33,7 +33,6 @@ retraction_min_travel = 1.5
|
|||
retraction_prime_speed = 15
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
speed_infill = =math.ceil(speed_wall * 30 / 30)
|
||||
support_bottom_distance = =support_z_distance
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
|
|
|
@ -31,7 +31,6 @@ retraction_hop = 0.5
|
|||
retraction_min_travel = 1.5
|
||||
retraction_prime_speed = 15
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_bottom_distance = =support_z_distance
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
|
|
|
@ -39,7 +39,6 @@ speed_topbottom = =math.ceil(speed_print * 25 / 30)
|
|||
speed_wall = =math.ceil(speed_print * 30 / 30)
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
|
|
|
@ -41,7 +41,6 @@ speed_wall = =speed_print
|
|||
speed_wall_x = =speed_print
|
||||
speed_infill = =speed_print
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
|
|
|
@ -39,7 +39,6 @@ speed_topbottom = =math.ceil(speed_print * 23 / 30)
|
|||
speed_wall = =math.ceil(speed_print * 30 / 30)
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
|
|
|
@ -22,4 +22,4 @@ support_brim_enable = True
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
|
@ -22,4 +22,4 @@ support_brim_enable = True
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
|
@ -20,4 +20,4 @@ support_brim_enable = True
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
|
@ -20,4 +20,4 @@ support_brim_enable = True
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
|
@ -21,4 +21,4 @@ support_infill_sparse_thickness = 0.3
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
|
@ -20,4 +20,4 @@ support_brim_enable = True
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
|
@ -19,4 +19,4 @@ support_brim_enable = True
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
|
@ -20,4 +20,4 @@ support_infill_sparse_thickness = 0.3
|
|||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
||||
support_use_towers = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue