mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:45:56 +08:00
Added warnings to top/bottom thickness if it exceeds machine height
CURA-1706
This commit is contained in:
parent
19933cb4e7
commit
8a4ea5c710
@ -582,6 +582,7 @@
|
|||||||
"default_value": 0.8,
|
"default_value": 0.8,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "0.6",
|
"minimum_value_warning": "0.6",
|
||||||
|
"maximum_value_warning": "machine_height",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"children":
|
"children":
|
||||||
@ -593,7 +594,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0.8,
|
"default_value": 0.8,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "100",
|
"maximum_value_warning": "machine_height",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": "top_bottom_thickness",
|
"value": "top_bottom_thickness",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
@ -621,6 +622,7 @@
|
|||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": "top_bottom_thickness",
|
"value": "top_bottom_thickness",
|
||||||
|
"maximum_value_warning": "machine_height",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"children":
|
"children":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user