Merge prusa 2.6.1

This commit is contained in:
QIDI TECH
2023-09-16 16:26:29 +08:00
parent 1338e60f8b
commit 963e22db99
203 changed files with 25254 additions and 6453 deletions

View File

@@ -469,6 +469,7 @@ public:
// set actiev extruder and update preset combobox if needed
// return false, if new preset wasn't selected
bool set_active_extruder(int new_selected_extruder);
void invalidate_active_extruder() { m_active_extruder = -1; }
void update_extruder_combobox();
int get_active_extruder() const { return m_active_extruder; }