Update condition to check for "Extruder" nozzle count for Customize Filament Sequence #355

Closed
opened 2026-04-05 16:20:13 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @o1hitman1o on 3/11/2026

Description

Prior logic was checking for a BBL printer or if the amount of filament/colors was = 1 but it should have been checking if the "extruder" nozzle count is = 1. This was putting single extruder printers with multi-color prints into the non-bbl multi-extruder printers check and the color sequence was ignored. This correctly checks for extruder count and not the filament color count.

fixes #12449

Tests

Built and tested on Windows 11

*Originally created by @o1hitman1o on 3/11/2026* # Description Prior logic was checking for a BBL printer or if the amount of filament/colors was = 1 but it should have been checking if the "extruder" nozzle count is = 1. This was putting single extruder printers with multi-color prints into the non-bbl multi-extruder printers check and the color sequence was ignored. This correctly checks for extruder count and not the filament color count. fixes #12449 ## Tests Built and tested on Windows 11
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#355