Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-12-01 20:55:57 +0300
committerbubnikv <bubnikv@gmail.com>2017-12-01 20:55:57 +0300
commitca0626b168a15381ab499fe7d8153934a7889078 (patch)
treea8c86f5031658ef01d06521b0419267d472d91f1 /xs/src/slic3r/GUI/PresetBundle.hpp
parent354408c7e62f022d86a87fbc13301d4f6d488298 (diff)
Fixed regression bugs regarding print validation,
fixed crashes when loading a config.ini with "compatible_printers" disabled export of "compatible_printers" into gcode and config.ini Enabled compatibility of printing multiple objects with support / no support with a wipe tower.
Diffstat (limited to 'xs/src/slic3r/GUI/PresetBundle.hpp')
-rw-r--r--xs/src/slic3r/GUI/PresetBundle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/PresetBundle.hpp b/xs/src/slic3r/GUI/PresetBundle.hpp
index 571dea0be..451ec69c1 100644
--- a/xs/src/slic3r/GUI/PresetBundle.hpp
+++ b/xs/src/slic3r/GUI/PresetBundle.hpp
@@ -78,7 +78,7 @@ public:
void update_compatible_with_printer(bool select_other_if_incompatible);
private:
- void load_config_file_config(const std::string &path, const DynamicPrintConfig &config);
+ void load_config_file_config(const std::string &path, DynamicPrintConfig &&config);
void load_config_file_config_bundle(const std::string &path, const boost::property_tree::ptree &tree);
bool load_compatible_bitmaps();