Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10

This commit is contained in:
Tamara Hogenhout 2015-11-04 17:39:31 +01:00
commit dc2ca67727
9 changed files with 228 additions and 170 deletions

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"
},