mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
this if else statement is doing nothing
This commit is contained in:
parent
596c24657d
commit
02fb4e70d3
1 changed files with 1 additions and 1 deletions
|
@ -2256,7 +2256,7 @@
|
|||
"maximum_value": "machine_height",
|
||||
"maximum_value_warning": "resolveOrValue('infill_sparse_thickness') * 10",
|
||||
"type": "float",
|
||||
"value": "0 if infill_sparse_density > 0 else 0",
|
||||
"value": "0",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"settable_per_mesh": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue