mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
JSON fix: making max gradual infill steps lower to allow for engine not crashing when setting the infill to a low percentage (CURA-836)
This commit is contained in:
parent
3e97e008af
commit
8029139358
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@
|
|||
"type": "int",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "4",
|
||||
"maximum_value": "19",
|
||||
"maximum_value": "17",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"gradual_infill_step_height":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue