Fix of #6094 - Slicer crashes in MMU2S mode
This commit is contained in:
parent
5506465f27
commit
791c191ea7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue