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:
Tim Kuipers 2015-11-04 17:16:00 +01:00
parent cb05aee391
commit 35ba7d59f4

View File

@ -1100,7 +1100,7 @@
"unit": "mm",
"min_value": "0",
"max_value_warning": "10",
"default": 0.15,
"default": 0.1,
"type": "float",
"visible": false,
"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.",
"unit": "mm",
"type": "float",
"default": 2,
"default": 0.3,
"visible": false,
"enabled": "support_enable"
},