mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix of #6094 - Slicer crashes in MMU2S mode
This commit is contained in:
@@ -73,7 +73,7 @@ static DynamicPrintConfig& printer_config()
|
||||
|
||||
static int extruders_count()
|
||||
{
|
||||
return wxGetApp().extruders_cnt();
|
||||
return wxGetApp().extruders_edited_cnt();
|
||||
}
|
||||
|
||||
static void take_snapshot(const wxString& snapshot_name)
|
||||
|
||||
Reference in New Issue
Block a user