Put in the ability to adjust the amount of support to generate.

This commit is contained in:
Lars Brubaker 2016-01-11 10:30:15 -08:00
parent 658706d703
commit ecbcaee9f0
7 changed files with 29 additions and 1 deletions

View file

@ -914,6 +914,13 @@
"DataEditType": "POSITIVE_DOUBLE",
"ExtraSettings": "degrees"
},
{
"SlicerConfigName": "support_material_percent",
"PresentationName": "Support Percent",
"HelpText": "The amount of support to generate.",
"DataEditType": "POSITIVE_DOUBLE",
"ExtraSettings": "degrees",
"QuickMenuSettings": [{"MenuName" : "Little", "Value": "10"},{"MenuName" : "Standard", "Value": "50"},{"MenuName" : "Lots", "Value": "90"}] },
{
"SlicerConfigName": "support_material_infill_angle",
"PresentationName": "Infill Angle",