mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
JSON fix: gradual infill has max value; warning value may be a bit lower (CURA-836)
This commit is contained in:
parent
5964856991
commit
3e97e008af
1 changed files with 2 additions and 1 deletions
|
@ -1013,7 +1013,8 @@
|
|||
"default_value": 0,
|
||||
"type": "int",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "7",
|
||||
"maximum_value_warning": "4",
|
||||
"maximum_value": "19",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"gradual_infill_step_height":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue