1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Added new tech ENABLE_LAYOUT_NO_RESTART -> Enable changing application layout without the need to restart it

This commit is contained in:
enricoturri1966
2020-06-11 14:02:59 +02:00
parent 0a7e2aa8da
commit 920d9677da
5 changed files with 269 additions and 9 deletions
+3
View File
@@ -51,5 +51,8 @@
// Enable error logging for OpenGL calls when SLIC3R_LOGLEVEL >= 5
#define ENABLE_OPENGL_ERROR_LOGGING (1 && ENABLE_2_3_0_ALPHA1)
// Enable changing application layout without the need to restart
#define ENABLE_LAYOUT_NO_RESTART (1 && ENABLE_2_3_0_ALPHA1)
#endif // _prusaslicer_technologies_h_