Adding in the ability to turn on and off thin line code

Sorted some settings lists
Put in minimum thin line width option
Clean thin line output
This commit is contained in:
Lars Brubaker 2016-08-26 12:13:39 -07:00
parent ba3eb27498
commit 7981513b6e
7 changed files with 106 additions and 71 deletions

View file

@ -473,6 +473,20 @@
"ResetAtEndOfPrint": false,
"DefaultValue": "0"
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],
"SlicerConfigName": "expand_thin_walls",
"PresentationName": "Expand Thin Walls",
"HelpText": "Detect sections of the model that would be too thin to print, expand them, and print them.",
"DataEditType": "CHECK_BOX",
"ExtraSettings": "",
"ShowAsOverride": false,
"ShowIfSet": null,
"ResetAtEndOfPrint": false,
"DefaultValue": "0",
"RebuildGCodeOnChange": true
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],
@ -640,6 +654,20 @@
"ResetAtEndOfPrint": false,
"DefaultValue": "honeycomb"
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],
"SlicerConfigName": "fill_thin_gaps",
"PresentationName": "Fill Thin Gaps",
"HelpText": "Detect gaps between perimeters that are too thin to fill with normal infill and attempt to fill them.",
"DataEditType": "CHECK_BOX",
"ExtraSettings": "",
"ShowAsOverride": false,
"ShowIfSet": null,
"ResetAtEndOfPrint": false,
"DefaultValue": "0",
"RebuildGCodeOnChange": true
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],