mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:25:52 +08: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
@ -1318,9 +1318,10 @@
|
|||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
"default": 0.1,
|
"default": 0.1,
|
||||||
|
"inherit_function": "0.1 if support_type == 'everywhere' else 0",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable and support_type == 'everywhere'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user