mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
MM print : Fixed re-scaling of the Extruders column in the Object list
This commit is contained in:
parent
70b19d2f5d
commit
e20d8f1623
2 changed files with 11 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue