mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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()
|
static int extruders_count()
|
||||||
{
|
{
|
||||||
return wxGetApp().extruders_cnt();
|
return wxGetApp().extruders_edited_cnt();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void take_snapshot(const wxString& snapshot_name)
|
static void take_snapshot(const wxString& snapshot_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user