mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07: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