mUVe3D / Marlin-mUVe1DLP-Running

Tested and Working DLP Printer Firmware w/Shutter Support
30 stars 12 forks source link

Added projector control on Serial port 2 #2

Closed mattcaron closed 8 years ago

mattcaron commented 8 years ago

This patch extends MarlinSerial to be able different objects to be created for the different serial ports. Right now, up to 4 are supported. I have only tested ports 0 (the default port) and 2. There is also an addition to create a second port if PROJECTOR_SERIAL_PORT is defined on Configuration.h and use that for a projector. It may not compile of PROJECTOR_SERIAL_PORT is not defined as I have not bothered to test that and fix any issues.