mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
First naive implementation of wipe tower settings dialog
This commit is contained in:
parent
3099c32d08
commit
a62ad3323f
14 changed files with 996 additions and 55 deletions
|
@ -605,6 +605,7 @@ public:
|
|||
ConfigOptionInt threads;
|
||||
ConfigOptionBools wipe;
|
||||
ConfigOptionBool wipe_tower;
|
||||
ConfigOptionString wipe_tower_advanced;
|
||||
ConfigOptionFloat wipe_tower_x;
|
||||
ConfigOptionFloat wipe_tower_y;
|
||||
ConfigOptionFloat wipe_tower_width;
|
||||
|
@ -670,6 +671,7 @@ protected:
|
|||
OPT_PTR(threads);
|
||||
OPT_PTR(wipe);
|
||||
OPT_PTR(wipe_tower);
|
||||
OPT_PTR(wipe_tower_advanced);
|
||||
OPT_PTR(wipe_tower_x);
|
||||
OPT_PTR(wipe_tower_y);
|
||||
OPT_PTR(wipe_tower_width);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue