FIX: use the last_select_machine

jira: [STUDIO-11576]
Change-Id: Iaf8531ef7704c08f5cf853cc4d25acd711db4b8e
(cherry picked from commit b24b5af3773acb3e291ef106e51c4a180fd84da9)
This commit is contained in:
xin.zhang
2025-04-24 11:12:13 +08:00
committed by Noisyfox
parent 5ce62285be
commit 97b45219b9
2 changed files with 6 additions and 16 deletions

View File

@@ -543,8 +543,6 @@ public:
bool can_support_auto_cali();
bool is_same_printer_model();
bool is_blocking_printing(MachineObject* obj_);
bool is_nozzle_data_valid(const ExtderData& ext_data) const;
bool is_same_nozzle_diameters(float& tag_nozzle_diameter, int& mismatch_nozzle_id) const;
bool is_nozzle_hrc_matched(const Extder& extruder, std::string& filament_type) const;
bool has_tips(MachineObject* obj);
bool is_timeout();