mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
sublayers and more
This commit is contained in:
@@ -62,6 +62,9 @@ public:
|
||||
int get_layers_print_seq_choice() { return m_other_layer_print_seq_choice->GetSelection(); };
|
||||
|
||||
std::vector<LayerSeqInfo> get_layers_print_seq_infos() { return m_layer_seq_infos; }
|
||||
// Lets callers grey out the sequence choice (e.g. when a mixed filament makes a
|
||||
// user-defined filament order impossible).
|
||||
void enable_seq_choice(bool enable) { m_other_layer_print_seq_choice->Enable(enable); }
|
||||
|
||||
protected:
|
||||
void append_layer(const LayerSeqInfo* layer_info = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user