mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 16:15:52 +08:00
Fix of #6094 - Slicer crashes in MMU2S mode
This commit is contained in:
parent
5506465f27
commit
791c191ea7
@ -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…
x
Reference in New Issue
Block a user