My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112131415161718192021222324 |
- /**
- * FELIXprinters v2.0/3.0 (RAMPS v1.3) pin assignments
- */
-
- #include "pins_RAMPS_13_EFB.h"
-
- #undef HEATER_1_PIN
- #define HEATER_1_PIN 7 // EXTRUDER 2
-
- #define DISABLE_MAX_ENDSTOPS
-
- #undef SDPOWER
- #define SDPOWER 1
-
- #define PS_ON_PIN 12
-
- #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
-
- #define BLEN_C 2
- #define BLEN_B 1
- #define BLEN_A 0
- #define SD_DETECT_PIN 6
-
- #endif // NEWPANEL && ULTRA_LCD
|