mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-11 07:47:53 -06:00
JSON fix: max infill combine is 8 layers cause of cura statically defined array length (CURA-1255)
This commit is contained in:
parent
6f9071aa4e
commit
0b0e53dcf5
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@
|
||||||
"default": 0.1,
|
"default": 0.1,
|
||||||
"min_value": "0.0001",
|
"min_value": "0.0001",
|
||||||
"max_value_warning": "0.32",
|
"max_value_warning": "0.32",
|
||||||
"max_value": "1000",
|
"max_value": "layer_height * 8",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "layer_height"
|
"inherit_function": "layer_height"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue