1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix of #6094 - Slicer crashes in MMU2S mode

This commit is contained in:
YuSanka
2021-02-22 09:54:46 +01:00
parent 5506465f27
commit 791c191ea7
+1 -1
View File
@@ -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)