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.
12345678910111213141516171819 |
- /**
- * Sanguinololu V1.2 pin assignments
- *
- * Applies to the following boards:
- *
- * AZTEEG_X1
- * MELZI
- * MELZI_1284
- * SANGUINOLOLU_12
- * STB_11
- */
-
- #define SANGUINOLOLU_V_1_2
-
- #if defined(__AVR_ATmega1284P__)
- #define LARGE_FLASH true
- #endif
-
- #include "pins_SANGUINOLOLU_11.h"
|