FIX: cannot change filament if has support filament(STUDIO-2737)

Change-Id: Ie5f7d33e0a3a40357cd443ff114187c742208fe9
This commit is contained in:
liz.li 2023-04-18 16:27:15 +08:00 committed by Lane.Wei
parent fdd7d11b14
commit 537ec8da26
3 changed files with 61 additions and 15 deletions

View file

@ -285,6 +285,7 @@ public:
Vec3d get_origin() { return m_origin; }
Vec3d estimate_wipe_tower_size(const double w, const double wipe_volume) const;
std::vector<int> get_extruders(bool conside_custom_gcode = false) const;
std::vector<int> get_extruders_without_support(bool conside_custom_gcode = false) const;
std::vector<int> get_used_extruders();
/* instance related operations*/