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.26k stars 19.23k forks source link

[FR] Remote Serial Display Functionality for External LCD Controllers #7790

Closed Deneteus closed 4 years ago

Deneteus commented 7 years ago

I would like to see some sort of external serial display functionality so I can do stuff like add an Android display as an external monitor for multiple printers. The ability for Marlin to output data to an external display allows boards with lower available memory to still use remote displays which will lower the size of the code needed for basic monitoring functionality. Wanhao i3 Plus does something like this and so does Kimbra by using external LCD's with their own dedicated storage/controller.

I am envisioning something like loading an android app on my LG or Samsung Smart TV and being able to monitor print status without needing OctoPI or an external controller since remote control is built into the TV itself.

FYI - This can be related to CAN bus (#7735) and Adding Nextion HMI Display support (#7754)

pyr0ball commented 7 years ago

I believe the DuetWifi also does this, but that's an ARM32 processor board from the getgo

Grogyan commented 7 years ago

Yes, CAN bus would be ideal for these types of displays. Hence #7735

AnHardt commented 4 years ago

Original request is done in several ways.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.