mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
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()
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue