mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06: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
2783a4b8b6
commit
519d6151d4
1 changed files with 2 additions and 2 deletions
|
@ -1163,7 +1163,7 @@
|
|||
"unit": "mm",
|
||||
"min_value": "0",
|
||||
"max_value_warning": "10",
|
||||
"default": 0.15,
|
||||
"default": 0.1,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
"enabled": "support_enable"
|
||||
|
@ -1204,7 +1204,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.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 2,
|
||||
"default": 0.3,
|
||||
"visible": false,
|
||||
"enabled": "support_enable"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue