mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-29 17:44:36 +08:00
fixed typo in update_extruder_in_config
This commit is contained in:
parent
92b578779e
commit
3c3b8ed76f
@ -1476,7 +1476,7 @@ void set_extruder_column_hidden(bool hide)
|
||||
void update_extruder_in_config(const wxString& selection)
|
||||
{
|
||||
printf("BEGIN OF update_extruder_in_config\n");
|
||||
if (!*m_config || selection.empty())
|
||||
if (!m_config || selection.empty())
|
||||
return;
|
||||
|
||||
int extruder = selection.size() > 1 ? 0 : atoi(selection.c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user