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>2018-12-04 19:56:49 +0300
committerbubnikv <bubnikv@gmail.com>2018-12-04 19:56:49 +0300
commitc586ca4ae0542a0ac48798ee9da7cddf92fd0834 (patch)
tree174353a033ff279eccbac290a32cc1c6fce24312 /src/slic3r/GUI/PresetBundle.hpp
parent129c35b71438162ae5a0c7a335dd464af118c26e (diff)
Implemented compatible_printer / compatible_printer_condition
for filaments and SLA materials. Fixed compatible_printers / compatible_prints dialog to show system profiles as well.
Diffstat (limited to 'src/slic3r/GUI/PresetBundle.hpp')
-rw-r--r--src/slic3r/GUI/PresetBundle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/PresetBundle.hpp b/src/slic3r/GUI/PresetBundle.hpp
index 930a9e9b8..c43a67b40 100644
--- a/src/slic3r/GUI/PresetBundle.hpp
+++ b/src/slic3r/GUI/PresetBundle.hpp
@@ -117,11 +117,11 @@ public:
void update_multi_material_filament_presets();
// Update the is_compatible flag of all print and filament presets depending on whether they are marked
- // as compatible with the currently selected printer.
+ // as compatible with the currently selected printer (and print in case of filament presets).
// Also updates the is_visible flag of each preset.
// If select_other_if_incompatible is true, then the print or filament preset is switched to some compatible
// preset if the current print or filament preset is not compatible.
- void update_compatible_with_printer(bool select_other_if_incompatible);
+ void update_compatible(bool select_other_if_incompatible);
static bool parse_color(const std::string &scolor, unsigned char *rgb_out);