forked from bdring/Grbl_Esp32
-
Notifications
You must be signed in to change notification settings - Fork 0
Connections
MetalWorkerTools edited this page Jul 15, 2021
·
1 revision
The connections are defined in RotaryTable.h and can be changed by editing this file
Define | Pin | Description |
---|---|---|
Y_STEP_PIN | GPIO_NUM_26 | Y-step signal |
Y_DIRECTION_PIN | GPIO_NUM_15 | Y-direction signal |
Y_LIMIT_PIN | GPIO_NUM_4 | Y-Limit signal, is used for homing |
STEPPERS_DISABLE_PIN | GPIO_NUM_13 | Stepper disable (enable) pin |
COOLANT_FLOOD_PIN | GPIO_NUM_25 | Coolant Flood signal, is used as spindle locking signal |
MACRO_BUTTON_0_PIN | GPIO_NUM_21 | Signal for macro button 0 |
MACRO_BUTTON_1_PIN | GPIO_NUM_22 | Signal for macro button 1 |
MACRO_BUTTON_2_PIN | GPIO_NUM_32 | Signal for macro button 2 |