mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
JSON fix: max value of infill_sparse_thickness based on engine MAX_COMBINE_COUNT hardcoded value (CURA-1374)
This commit is contained in:
parent
97d16ae3bd
commit
2ccdf674c8
1 changed files with 1 additions and 0 deletions
|
@ -605,6 +605,7 @@
|
|||
"default": 0.1,
|
||||
"min_value": "0.0001",
|
||||
"max_value_warning": "0.32",
|
||||
"max_value": "layer_height * 8",
|
||||
"visible": false,
|
||||
"inherit_function": "layer_height"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue