mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 00:48:43 +03:00
PRUSA 2.7.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
class wxTextCtrl;
|
||||
class wxFlexGridSizer;
|
||||
class wxCheckBox;
|
||||
class CheckBox;
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
@@ -23,8 +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};
|
||||
CheckBox* m_random_sequence {nullptr};
|
||||
CheckBox* m_color_repetition{nullptr};
|
||||
|
||||
wxFlexGridSizer* m_intervals_grid_sizer {nullptr};
|
||||
wxFlexGridSizer* m_extruders_grid_sizer {nullptr};
|
||||
|
||||
Reference in New Issue
Block a user