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 f876878d09
commit d55c1e22ee
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);