Petite correction dans mes commentaires
This commit is contained in:
@ -94,7 +94,7 @@
|
|||||||
//#define SPINDLE_ENABLE_PIN GPIO_NUM_16
|
//#define SPINDLE_ENABLE_PIN GPIO_NUM_16
|
||||||
//#define SPINDLE_DIR_PIN GPIO_NUM_16
|
//#define SPINDLE_DIR_PIN GPIO_NUM_16
|
||||||
|
|
||||||
#define X_LIMIT_PIN GPIO_NUM_13 // Utiliser la pin 2 en tant qu'input pose probleme avec la led integrer a l'esp. Du coup la 13 (pour spindle enable normalement) est utiliser pour le endstop X et la 2 en output pour spindle enable
|
#define X_LIMIT_PIN GPIO_NUM_13 // Utiliser la pin 2 en tant qu'input pose probleme avec la led integrer a l'esp. Du coup la 13 (pour motor enable normalement) est utiliser pour le endstop X et la 2 en output pour motor enable
|
||||||
#define Y_LIMIT_PIN GPIO_NUM_4
|
#define Y_LIMIT_PIN GPIO_NUM_4
|
||||||
#define Z_LIMIT_PIN GPIO_NUM_15
|
#define Z_LIMIT_PIN GPIO_NUM_15
|
||||||
#define LIMIT_MASK B111
|
#define LIMIT_MASK B111
|
||||||
|
Reference in New Issue
Block a user