My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pins_SANGUINOLOLU_12.h 288B

12345678910111213141516171819
  1. /**
  2. * Sanguinololu V1.2 pin assignments
  3. *
  4. * Applies to the following boards:
  5. *
  6. * AZTEEG_X1
  7. * MELZI
  8. * MELZI_1284
  9. * SANGUINOLOLU_12
  10. * STB_11
  11. */
  12. #define SANGUINOLOLU_V_1_2
  13. #if defined(__AVR_ATmega1284P__)
  14. #define LARGE_FLASH true
  15. #endif
  16. #include "pins_SANGUINOLOLU_11.h"