mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
feat: split skin_expand_distance into children and collapse expand_skins checkboxes (CURA-4270)
This commit is contained in:
parent
93c56a9d47
commit
837a0b190b
7 changed files with 31 additions and 44 deletions
|
@ -14,8 +14,7 @@ setting_version = 2
|
|||
brim_width = 25
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 17
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_upper_skins = True
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
infill_before_walls = True
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
|
|
|
@ -14,8 +14,7 @@ setting_version = 2
|
|||
brim_width = 25
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 17
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_upper_skins = True
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
infill_before_walls = True
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
|
|
|
@ -14,8 +14,7 @@ setting_version = 2
|
|||
brim_width = 25
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 17
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_upper_skins = True
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
infill_before_walls = True
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
|
|
|
@ -13,8 +13,7 @@ setting_version = 2
|
|||
[values]
|
||||
brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_upper_skins = True
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 5
|
||||
infill_before_walls = True
|
||||
|
|
|
@ -13,8 +13,7 @@ setting_version = 2
|
|||
[values]
|
||||
brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_upper_skins = True
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 5
|
||||
infill_before_walls = True
|
||||
|
|
|
@ -13,8 +13,7 @@ setting_version = 2
|
|||
[values]
|
||||
brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_upper_skins = True
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 5
|
||||
infill_before_walls = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue