From a52e423416b7c56862849cda2655aa8a40eda02f Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Tue, 17 Jan 2023 17:38:41 +0800 Subject: [PATCH] FIX: crush when slicer multi-color model the root cause is a mismatch between the dimensions of flush matrix and the number of extruders Change-Id: I3a4ca706cb24d9e5d33969b9e6f5b288e71bb8f2 (cherry picked from commit 7399037eaacdfd7d8407667a2e5a097757265254) --- src/libslic3r/PresetBundle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/PresetBundle.cpp b/src/libslic3r/PresetBundle.cpp index c81608860..d340c0c2e 100644 --- a/src/libslic3r/PresetBundle.cpp +++ b/src/libslic3r/PresetBundle.cpp @@ -2069,6 +2069,7 @@ void PresetBundle::load_config_file_config(const std::string &name_or_path, bool } this->update_compatible(PresetSelectCompatibleType::Never); + this->update_multi_material_filament_presets(); //BBS //const std::string &physical_printer = config.option("physical_printer_settings_id", true)->value;