diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp index dce2e3fcf..576fb392f 100644 --- a/src/slic3r/GUI/PartPlate.cpp +++ b/src/slic3r/GUI/PartPlate.cpp @@ -1315,10 +1315,8 @@ bool PartPlate::check_filament_printable(const DynamicPrintConfig &config, wxStr { error_message.clear(); FilamentMapMode mode = config.option>("filament_map_mode")->value; - bool has_valid_result = this->is_slice_result_valid(); - // only check printablity if we have explicit map result - if (!has_valid_result && mode != fmmManual) + if (mode != fmmManual) return true; std::vector used_filaments = get_extruders(true); // 1 base