MM print : Fixed re-scaling of the Extruders column in the Object list

This commit is contained in:
YuSanka 2020-11-10 11:06:33 +01:00
parent 70b19d2f5d
commit e20d8f1623
2 changed files with 11 additions and 2 deletions

View file

@ -209,8 +209,10 @@ public:
return true;
}
// Set action icons for node
// Set action and extruder(if any exist) icons for node
void set_action_and_extruder_icons();
// set extruder icon for node
void set_extruder_icon();
// Set printable icon for node
void set_printable_icon(PrintIndicator printable);