mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: made support_bottom_distance disabled and default to zero when Placement=Buildplate Only (CURA-1161)
This commit is contained in:
parent
1608f06c6c
commit
5998371644
1 changed files with 2 additions and 1 deletions
|
@ -1318,9 +1318,10 @@
|
|||
"min_value": "0",
|
||||
"max_value_warning": "10",
|
||||
"default": 0.1,
|
||||
"inherit_function": "0.1 if support_type == 'everywhere' else 0",
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
"enabled": "support_enable"
|
||||
"enabled": "support_enable and support_type == 'everywhere'"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue