mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed copying of some object's attributes into the clipboard
(layer height profile, layer height table etc) Added public Plater::schedule_background_process()
This commit is contained in:
parent
cfa4f3f4d6
commit
b0c33a1fe9
3 changed files with 17 additions and 5 deletions
|
@ -3698,6 +3698,11 @@ void Plater::changed_object(int obj_idx)
|
|||
this->p->schedule_background_process();
|
||||
}
|
||||
|
||||
void Plater::schedule_background_process()
|
||||
{
|
||||
this->p->schedule_background_process();
|
||||
}
|
||||
|
||||
void Plater::fix_through_netfabb(const int obj_idx, const int vol_idx/* = -1*/) { p->fix_through_netfabb(obj_idx, vol_idx); }
|
||||
|
||||
void Plater::update_object_menu() { p->update_object_menu(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue