Update default values of new settings

These settings have now been tested and good defaults have been found for them.
This commit is contained in:
Ghostkeeper 2017-09-12 11:24:49 +02:00
parent 31339bca32
commit 3fe75d9c95
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
7 changed files with 6 additions and 12 deletions

View file

@ -1234,7 +1234,7 @@
"random": "Random",
"sharpest_corner": "Sharpest Corner"
},
"default_value": "shortest",
"default_value": "sharpest_corner",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_mesh": true
},
@ -1539,6 +1539,7 @@
"unit": "mm",
"type": "float",
"default_value": 0,
"value": "wall_line_width_0 + (wall_line_count - 1) * wall_line_width_x",
"minimum_value": "0",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true,
@ -1575,7 +1576,7 @@
"label": "Expand Skins Into Infill",
"description": "Expand skin areas of top and/or bottom skin of flat surfaces. By default, skins stop under the wall lines that surround infill but this can lead to holes appearing when the infill density is low. This setting extends the skins beyond the wall lines so that the infill on the next layer rests on skin.",
"type": "bool",
"default_value": false,
"default_value": true,
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true,
"children":
@ -1609,7 +1610,7 @@
"unit": "mm",
"type": "float",
"default_value": 2.8,
"value": "infill_line_distance * 1.4",
"value": "wall_line_width_0 + (wall_line_count - 1) * wall_line_width_x",
"minimum_value": "0",
"enabled": "expand_upper_skins or expand_lower_skins",
"limit_to_extruder": "top_bottom_extruder_nr",
@ -1623,9 +1624,8 @@
"type": "float",
"minimum_value": "0",
"minimum_value_warning": "2",
"maximum_value_warning": "45",
"maximum_value": "90",
"default_value": 20,
"default_value": 90,
"enabled": "expand_upper_skins or expand_lower_skins",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true,
@ -5157,7 +5157,7 @@
{
"label": "Extra Skin Wall Count",
"description": "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material.",
"default_value": 0,
"default_value": 1,
"minimum_value": "0",
"maximum_value_warning": "10",
"type": "int",

View file

@ -14,7 +14,6 @@ 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
infill_before_walls = True
infill_line_width = =round(line_width * 0.7 / 0.8, 2)

View file

@ -14,7 +14,6 @@ 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
infill_before_walls = True
infill_line_width = =round(line_width * 0.7 / 0.8, 2)

View file

@ -14,7 +14,6 @@ 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
infill_before_walls = True
infill_line_width = =round(line_width * 0.7 / 0.8, 2)

View file

@ -13,7 +13,6 @@ 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
gradual_infill_step_height = =4 * layer_height
gradual_infill_steps = 5

View file

@ -13,7 +13,6 @@ 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
gradual_infill_step_height = =4 * layer_height
gradual_infill_steps = 5

View file

@ -13,7 +13,6 @@ 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
gradual_infill_step_height = =4 * layer_height
gradual_infill_steps = 5