Obvious fixes to stupid warnings
This commit is contained in:
parent
e0eac1f20c
commit
5f19539df5
6 changed files with 7 additions and 7 deletions
src/slic3r/GUI
|
@ -2080,7 +2080,7 @@ void Control::auto_color_change()
|
|||
}
|
||||
|
||||
int extruders_cnt = GUI::wxGetApp().extruders_edited_cnt();
|
||||
int extruder = 2;
|
||||
// int extruder = 2;
|
||||
|
||||
const Print& print = GUI::wxGetApp().plater()->fff_print();
|
||||
for (auto object : print.objects()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue