mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Random extruder sequence for MMU.
Related to https://github.com/prusa3d/PrusaSlicer/issues/1866
This commit is contained in:
parent
a2788f3a73
commit
0b5ea8f429
4 changed files with 65 additions and 13 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
class wxTextCtrl;
|
||||
class wxFlexGridSizer;
|
||||
class wxCheckBox;
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
@ -22,6 +23,8 @@ class ExtruderSequenceDialog: public DPIDialog
|
|||
|
||||
wxTextCtrl* m_interval_by_layers {nullptr};
|
||||
wxTextCtrl* m_interval_by_mm {nullptr};
|
||||
wxCheckBox* m_random_sequence {nullptr};
|
||||
wxCheckBox* m_color_repetition{nullptr};
|
||||
|
||||
wxFlexGridSizer* m_intervals_grid_sizer {nullptr};
|
||||
wxFlexGridSizer* m_extruders_grid_sizer {nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue