Browse Source

Minor patches to pins files

pull/1/head
Scott Lahteine 7 years ago
parent
commit
c7b07d20f2
  1. 6
      Marlin/pins_GEN6.h
  2. 1
      Marlin/pins_GT2560_REV_A_PLUS.h

6
Marlin/pins_GEN6.h

@ -51,10 +51,8 @@
*
*/
#ifndef __AVR_ATmega644P__
#ifndef __AVR_ATmega1284P__
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
#endif
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
#endif
#ifndef BOARD_NAME

1
Marlin/pins_GT2560_REV_A_PLUS.h

@ -26,6 +26,7 @@
#include "pins_GT2560_REV_A.h"
#undef BOARD_NAME
#define BOARD_NAME "GT2560 Rev.A+"
#define SERVO0_PIN 11

Loading…
Cancel
Save