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:
bubnikv 2019-04-12 18:29:47 +02:00
parent cfa4f3f4d6
commit b0c33a1fe9
3 changed files with 17 additions and 5 deletions

View file

@ -162,6 +162,7 @@ public:
void reslice();
void reslice_SLA_supports(const ModelObject &object);
void changed_object(int obj_idx);
void schedule_background_process();
void fix_through_netfabb(const int obj_idx, const int vol_idx = -1);
void send_gcode();