mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
FIX: sync extruder info when select preset
when the connected machine is mutli_extruer and is the same as preset 2. fix the filament unprintable check bug jira: STUDIO-10047 Change-Id: I4e78003f080897d5b43c0a742852078b149eba45 (cherry picked from commit 1fbc179ae4874d24089dc1faf81608b9417481cb)
This commit is contained in:
@@ -1730,7 +1730,7 @@ std::vector<int> PartPlate::get_used_filaments()
|
||||
bool PartPlate::check_filament_printable(const DynamicPrintConfig &config, wxString& error_message)
|
||||
{
|
||||
error_message.clear();
|
||||
FilamentMapMode mode = config.option<ConfigOptionEnum<FilamentMapMode>>("filament_map_mode")->value;
|
||||
FilamentMapMode mode = this->get_real_filament_map_mode(config);
|
||||
// only check printablity if we have explicit map result
|
||||
if (mode != fmmManual)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user