MKFirmware / MarlinKimbra4due

MK4due firmware for Arduino DUE
22 stars 14 forks source link

fix pin mapping of RAMPS-FD #20

Closed ghost closed 8 years ago

ghost commented 8 years ago

source is here. https://github.com/bobc/bobc_hardware/blob/master/RAMPS-FD/RAMPS-FD-Schematic.pdf

note: analogue numbering in Marlin or Marlin-based firmwares differs from numbering in Repetier(for Due).

Marlin or Marlin-based firmwares | Repetier(for Due) "A"0 | "AD"7 "A"1 | "AD"6 "A"2 | "AD"5 "A"3 | "AD"4 "A"4 | "AD"3 "A"5 | "AD"2 "A"6 | "AD"1 "A"7 | "AD"0 "A"8 | "AD"10 "A"9 | "AD"11 "A"10 | "AD"12 "A"11 | "AD"13

please see http://forum.arduino.cc/index.php?topic=132130.0 .

MagoKimbra commented 8 years ago

Fix and thx!!