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:
parent
ba3eb27498
commit
7981513b6e
7 changed files with 106 additions and 71 deletions
|
|
@ -92,6 +92,8 @@ Advanced
|
|||
Outer Surface - Top & Bottom
|
||||
top_solid_layers
|
||||
bottom_solid_layers
|
||||
Experimental
|
||||
expand_thin_walls
|
||||
Quality
|
||||
extra_perimeters
|
||||
start_perimeters_at_concave_points
|
||||
|
|
@ -112,6 +114,8 @@ Advanced
|
|||
only_retract_when_crossing_perimeters
|
||||
infill_first
|
||||
infill_overlap_perimeter
|
||||
Experimental
|
||||
fill_thin_gaps
|
||||
Speed
|
||||
Speed for Infill
|
||||
infill_speed
|
||||
|
|
|
|||
|
|
@ -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": [ ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue