mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-17 17:26:40 +08:00
JSON: support bottom stair step height defaults changed so that the bottom distance to the model isn't violated too much
This commit is contained in:
parent
cb05aee391
commit
35ba7d59f4
@ -1100,7 +1100,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
"default": 0.15,
|
"default": 0.1,
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable"
|
||||||
@ -1141,7 +1141,7 @@
|
|||||||
"description": "The height of the steps of the stair-like bottom of support resting on the model. Small steps can cause the support to be hard to remove from the top of the model.",
|
"description": "The height of the steps of the stair-like bottom of support resting on the model. Small steps can cause the support to be hard to remove from the top of the model.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 2,
|
"default": 0.3,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user