mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Added separate checkbox for gap filling (#5999)
* in dev * moved to Advanced menu
This commit is contained in:
parent
22b2ccc474
commit
f639c08caf
7 changed files with 14 additions and 2 deletions
|
@ -609,6 +609,7 @@ public:
|
|||
ConfigOptionFloatOrPercent external_perimeter_speed;
|
||||
ConfigOptionBool external_perimeters_first;
|
||||
ConfigOptionBool extra_perimeters;
|
||||
ConfigOptionBool gap_fill_enabled;
|
||||
ConfigOptionFloat fill_angle;
|
||||
ConfigOptionPercent fill_density;
|
||||
ConfigOptionEnum<InfillPattern> fill_pattern;
|
||||
|
@ -662,6 +663,7 @@ protected:
|
|||
OPT_PTR(external_perimeter_speed);
|
||||
OPT_PTR(external_perimeters_first);
|
||||
OPT_PTR(extra_perimeters);
|
||||
OPT_PTR(gap_fill_enabled);
|
||||
OPT_PTR(fill_angle);
|
||||
OPT_PTR(fill_density);
|
||||
OPT_PTR(fill_pattern);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue