mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Removed minimum_value for the setting support_roof_offset and support_bottom_offset
CURA-5880
This commit is contained in:
parent
103d79c89d
commit
2bf4354fed
@ -4456,7 +4456,6 @@
|
|||||||
"description": "Amount of offset applied to the roofs of the support.",
|
"description": "Amount of offset applied to the roofs of the support.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0",
|
|
||||||
"default_value": 0.0,
|
"default_value": 0.0,
|
||||||
"value": "extruderValue(support_roof_extruder_nr, 'support_interface_offset')",
|
"value": "extruderValue(support_roof_extruder_nr, 'support_interface_offset')",
|
||||||
"maximum_value": "extruderValue(support_extruder_nr, 'support_offset')",
|
"maximum_value": "extruderValue(support_extruder_nr, 'support_offset')",
|
||||||
@ -4471,7 +4470,6 @@
|
|||||||
"description": "Amount of offset applied to the floors of the support.",
|
"description": "Amount of offset applied to the floors of the support.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0",
|
|
||||||
"default_value": 0.0,
|
"default_value": 0.0,
|
||||||
"value": "extruderValue(support_bottom_extruder_nr, 'support_interface_offset')",
|
"value": "extruderValue(support_bottom_extruder_nr, 'support_interface_offset')",
|
||||||
"maximum_value": "extruderValue(support_extruder_nr, 'support_offset')",
|
"maximum_value": "extruderValue(support_extruder_nr, 'support_offset')",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user