MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.29k stars 19.24k forks source link

Dual extruder for singlenozzle ==>DWIN_LCD_PROUI #23893

Open LoloMake60 opened 2 years ago

LoloMake60 commented 2 years ago

Hi,

Dual extruder for singlenozzle ==>DWIN_LCD_PROUI Not E1 on display. Why?

Is it possible to add the second extruder on the display DWIN_LCD_PROUI ?

ellensp commented 2 years ago

@mriscoc for your consideration.

mriscoc commented 2 years ago

Currently DWIN_LCD_PROUI only supports a single extruder. Maybe MarlinUI can handle multiple extruders on the DWIN color display.

thinkyhead commented 2 years ago

MarlinUI can handle multiple extruders

Indeed it can! and other UI implementations should do their best to follow the patterns established in MarlinUI, or simply adopt MarlinUI for their menu systems –so they gain all features– while still fancying up the Info Screen according to stylistic preferences. New screens can be backported to MarlinUI for maximum communal benefit.

Infactionfreddy commented 1 year ago

Hey, I would like to program it does anyone have an idea how I can switch between E0 and E1? Or where that might be in the firmware?