mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 0 additions and 2 deletions
|
|
@ -4456,7 +4456,6 @@
|
|||
"description": "Amount of offset applied to the roofs of the support.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"default_value": 0.0,
|
||||
"value": "extruderValue(support_roof_extruder_nr, 'support_interface_offset')",
|
||||
"maximum_value": "extruderValue(support_extruder_nr, 'support_offset')",
|
||||
|
|
@ -4471,7 +4470,6 @@
|
|||
"description": "Amount of offset applied to the floors of the support.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"default_value": 0.0,
|
||||
"value": "extruderValue(support_bottom_extruder_nr, 'support_interface_offset')",
|
||||
"maximum_value": "extruderValue(support_extruder_nr, 'support_offset')",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue