Cleaned up the drop down settings menus to work well.
Got rid of some crash problems with no selection.
This commit is contained in:
parent
b618e5c2b3
commit
15b5654a40
4 changed files with 70 additions and 36 deletions
|
|
@ -284,7 +284,7 @@
|
|||
"PresentationName": "Fill Density",
|
||||
"HelpText": "The ratio of material to empty space ranged 0 to 1. Zero would be no infill; 1 is solid infill.",
|
||||
"DataEditType": "DOUBLE_OR_PERCENT",
|
||||
"ExtraSettings": "Ratio (0 to 1)",
|
||||
"ExtraSettings": "Ratio\n(0 to 1)",
|
||||
"QuickMenuSettings": [{"MenuName" : "Light", "Value": "10%"},{"MenuName" : "Standard", "Value": "30%"},{"MenuName" : "Heavy", "Value": "90%"}]
|
||||
},
|
||||
{
|
||||
|
|
@ -475,7 +475,7 @@
|
|||
"HelpText": "Sets the height of each layer of the print. A smaller number will create more layers and more vertical accuracy but also a slower print.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "mm",
|
||||
"QuickMenuSettings": [{"MenuName" : "Coarse", "Value": ".3"},{"MenuName" : "Standard", "Value": ".2"},{"MenuName" : "Fine", "Value": ".1"}]
|
||||
"QuickMenuSettings": [{"MenuName" : "Fine", "Value": "0.1"},{"MenuName" : "Standard", "Value": "0.2"},{"MenuName" : "Coarse", "Value": "0.3"}]
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "max_fan_speed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue