mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
WIP: Allows regions of MMU segmentation to be trimmed by chosen width.
This commit is contained in:
parent
f49ceb1e0f
commit
368b48b0a0
6 changed files with 32 additions and 1 deletions
|
@ -962,6 +962,7 @@ public:
|
|||
ConfigOptionFloat max_print_height;
|
||||
ConfigOptionFloats min_print_speed;
|
||||
ConfigOptionFloat min_skirt_length;
|
||||
ConfigOptionFloat mmu_segmented_region_max_width;
|
||||
ConfigOptionString notes;
|
||||
ConfigOptionFloats nozzle_diameter;
|
||||
ConfigOptionBool only_retract_when_crossing_perimeters;
|
||||
|
@ -1037,6 +1038,7 @@ protected:
|
|||
OPT_PTR(max_print_height);
|
||||
OPT_PTR(min_print_speed);
|
||||
OPT_PTR(min_skirt_length);
|
||||
OPT_PTR(mmu_segmented_region_max_width);
|
||||
OPT_PTR(notes);
|
||||
OPT_PTR(nozzle_diameter);
|
||||
OPT_PTR(only_retract_when_crossing_perimeters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue