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

WIP: ConfigWizard: 3rd party bundle installation roughly done

This commit is contained in:
Vojtech Kral
2019-06-17 16:39:22 +02:00
parent dba9925c4e
commit 235b659cf9
11 changed files with 493 additions and 215 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class GUI_App : public wxApp
std::unique_ptr<ImGuiWrapper> m_imgui;
std::unique_ptr<PrintHostJobQueue> m_printhost_job_queue;
std::unique_ptr<ConfigWizard> m_wizard;
ConfigWizard* m_wizard; // Managed by wxWindow tree
public:
bool OnInit() override;