Show dual-extruder nozzle panel for all dual-extruder printers #62

Open
opened 2026-04-05 16:18:18 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @re3Dev on 3/30/2026

Description

Problem statement

  • Currently, only BBL printers have access to the dual-extruder panel to select nozzle size.

Proposed Changes

  • Make the left and right nozzle dual-extruder panel show for every (is_dual_extruder) printer instead of just (is_bbl && is_dual_extruder) printers.
  • Hides AMS content when single_extruder_multi_material = false.

Screenshots/Recordings/Graphs

BBL dual-extruder panel:
image

Before:
image
image

After:
image
image

Tests

  • Built on Linux Ubuntu.
  • Verified nozzle value change correctly updates machine settings.
*Originally created by @re3Dev on 3/30/2026* # Description ## Problem statement * Currently, only BBL printers have access to the dual-extruder panel to select nozzle size. ## Proposed Changes * Make the left and right nozzle dual-extruder panel show for every (is_dual_extruder) printer instead of just (is_bbl && is_dual_extruder) printers. * Hides AMS content when single_extruder_multi_material = false. # Screenshots/Recordings/Graphs BBL dual-extruder panel: <img width="233" height="147" alt="image" src="https://github.com/user-attachments/assets/ac5ceffa-c6d8-4715-852e-c84819073653" /> Before: <img width="292" height="149" alt="image" src="https://github.com/user-attachments/assets/7815c05a-d14d-4f74-8963-e50bd1882332" /> <img width="293" height="142" alt="image" src="https://github.com/user-attachments/assets/2c77b362-6a1c-4487-8934-b834ddef84e7" /> After: <img width="233" height="130" alt="image" src="https://github.com/user-attachments/assets/93179afc-a876-4d94-bd2c-33185c7ecf46" /> <img width="233" height="130" alt="image" src="https://github.com/user-attachments/assets/d4569aff-b6c5-41eb-86c8-a3aa4bf4925c" /> ## Tests * Built on Linux Ubuntu. * Verified nozzle value change correctly updates machine settings.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#62