Skip to content

Commit

Permalink
Fix of #6094 - Slicer crashes in MMU2S mode
Browse files Browse the repository at this point in the history
  • Loading branch information
YuSanka committed Feb 22, 2021
1 parent 5506465 commit 791c191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/GUI_ObjectList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 791c191

Please sign in to comment.