mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
WIP: Reconstruction of background processing update timer,
added unique IDs to the Model / ModelObject / ModelVolume objects, added a copy of Model hierarchy at the Print, WIP: new Print::apply() method to update the Print's copy of Model, to update the Print's PrintObjects, to update status of the Print and PrintObjects, and to possibly stop the background processing.
This commit is contained in:
parent
404ef147b3
commit
7ed2752b2b
8 changed files with 602 additions and 111 deletions
|
@ -123,7 +123,7 @@ public:
|
|||
void send_gcode();
|
||||
|
||||
void on_extruders_change(int extruders_count);
|
||||
void on_config_change(DynamicPrintConfig* config);
|
||||
void on_config_change(const DynamicPrintConfig &config);
|
||||
|
||||
wxGLCanvas* canvas3D();
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue