mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-03 10:28:41 +03:00
update slic3r
This commit is contained in:
@@ -19,7 +19,6 @@ class ArrangeJob : public PlaterJob
|
||||
|
||||
//QDS: add locked logic
|
||||
ArrangePolygons m_selected, m_unselected, m_unprintable, m_locked;
|
||||
std::vector<ModelInstance*> m_unarranged;
|
||||
std::map<int, ArrangePolygons> m_selected_groups; // groups of selected items for sequential printing
|
||||
std::vector<int> m_uncompatible_plates; // plate indices with different printing sequence than global
|
||||
|
||||
@@ -41,9 +40,7 @@ class ArrangeJob : public PlaterJob
|
||||
|
||||
void prepare_outside_plate();
|
||||
|
||||
void prepare_wipe_tower();
|
||||
|
||||
ArrangePolygon prepare_arrange_polygon(void* instance);
|
||||
void prepare_wipe_tower(bool select = false);
|
||||
|
||||
protected:
|
||||
|
||||
@@ -67,6 +64,8 @@ public:
|
||||
}
|
||||
|
||||
void finalize() override;
|
||||
|
||||
static ArrangePolygon prepare_arrange_polygon(void *instance);
|
||||
};
|
||||
|
||||
std::optional<arrangement::ArrangePolygon> get_wipe_tower_arrangepoly(const Plater &);
|
||||
|
||||
Reference in New Issue
Block a user