1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

ConfigWizard: Make bundle installation more intelligent, fixes

This commit is contained in:
Vojtech Kral
2018-04-11 13:12:08 +02:00
parent aaa8f133c0
commit 31ea03feb0
11 changed files with 159 additions and 68 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ public:
PresetUpdater &operator=(const PresetUpdater &) = delete;
~PresetUpdater();
void download(PresetBundle *preset_bundle);
void download(PresetBundle *preset_bundle); // XXX
static void init_vendors();
private:
struct priv;
std::unique_ptr<priv> p;