Bring back flow variant combo

This commit is contained in:
Noisyfox
2026-05-18 23:15:51 +08:00
parent e785f89833
commit 7a992b397b
5 changed files with 70 additions and 15 deletions

View File

@@ -3796,9 +3796,9 @@ void PresetBundle::update_filament_count()
: filament_presets.back());
}
bool PresetBundle::support_different_extruders()
bool PresetBundle::support_different_extruders() const
{
Preset& printer_preset = this->printers.get_edited_preset();
const Preset& printer_preset = this->printers.get_edited_preset();
int extruder_count;
bool supported = printer_preset.config.support_different_extruders(extruder_count);