MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 118 forks source link

Wrong pins on Megatronics board. #788

Open Francis663 opened 4 years ago

Francis663 commented 4 years ago

The file 703.h has an error: ORIG_HEATER_HE1_PIN 8 -> Must be 9 ORIG_HEATER_HE2_PIN 9 -> Must be 8 And just for fun: ORIG_BEEPER_PIN NoPin -> can be set to 61

Thanks.

iosonopersia commented 4 years ago

This is right, a confirmation can be found in the RepRapWorld datasheet. In Marlin it's already correct: look here and here. I'll prepare a Pull Request as soon as possible. Thank you for the suggestion, @Francis663 !