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

Correct switching between printer_technologies (show/hide according tabs)

This commit is contained in:
YuSanka
2018-08-06 17:01:41 +02:00
parent d4c69a6258
commit 2af2b05bd6
7 changed files with 133 additions and 25 deletions
+2
View File
@@ -330,6 +330,8 @@ public:
size_t m_initial_extruders_count;
size_t m_sys_extruders_count;
bool m_printer_technology_old = ptFFF;
std::vector<PageShp> *m_current_pages;
TabPrinter() {}