mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Default behaviour should be the same as previous.
Also added the new setting to 'expert' visibility.
This commit is contained in:
parent
f0b277d491
commit
2d486b0814
2 changed files with 4 additions and 1 deletions
|
@ -2083,7 +2083,8 @@
|
|||
"minimum_value": "0",
|
||||
"maximum_value": "machine_height",
|
||||
"type": "float",
|
||||
"value": "resolveOrValue('infill_sparse_thickness') * (4 if infill_sparse_density < 12.5 else (3 if infill_sparse_density < 25 else (2 if infill_sparse_density < 50 else 1)))",
|
||||
"value": "0",
|
||||
"comment": "This was put at 0 to keep the default behaviour the same, but in the original PR the 'value' was: resolveOrValue('infill_sparse_thickness') * (4 if infill_sparse_density < 12.5 else (3 if infill_sparse_density < 25 else (2 if infill_sparse_density < 50 else 1)))",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"settable_per_mesh": true,
|
||||
|
|
|
@ -101,6 +101,8 @@ bottom_skin_expand_distance
|
|||
max_skin_angle_for_expansion
|
||||
min_skin_width_for_expansion
|
||||
infill_randomize_start_location
|
||||
skin_edge_support_thickness
|
||||
skin_edge_support_layers
|
||||
|
||||
[material]
|
||||
default_material_print_temperature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue