Put in the ability to adjust the amount of support to generate.
This commit is contained in:
parent
658706d703
commit
ecbcaee9f0
7 changed files with 29 additions and 1 deletions
|
|
@ -136,6 +136,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
new MapItemToBool("generateSupport", "support_material"),
|
||||
|
||||
new MapItem("supportPercent", "support_material_percent"),
|
||||
|
||||
//infillExtendIntoPerimeter=0.06 # The amount the infill extends into the perimeter in millimeters.
|
||||
new MapItem("infillExtendIntoPerimeter", "infill_overlap_perimeter"),
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
hideItems.Add("repair_outlines_keep_open");
|
||||
hideItems.Add("complete_objects");
|
||||
hideItems.Add("output_filename_format");
|
||||
hideItems.Add("support_material_percent");
|
||||
hideItems.Add("post_process");
|
||||
hideItems.Add("extruder_clearance_height");
|
||||
hideItems.Add("extruder_clearance_radius");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue