mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:05:57 +08: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
@ -1013,7 +1013,8 @@
|
|||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "7",
|
"maximum_value_warning": "4",
|
||||||
|
"maximum_value": "19",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"gradual_infill_step_height":
|
"gradual_infill_step_height":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user