1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Background processing in C++, WIP.

This commit is contained in:
bubnikv
2018-03-28 17:05:31 +02:00
parent 8639df1cfd
commit 33e1108f65
17 changed files with 279 additions and 140 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
bool start();
bool stop();
bool apply_config(DynamicPrintConfig *config);
bool apply_config(DynamicPrintConfig *config)
%code%{ RETVAL = THIS->apply_config(*config); %};
bool running();
};