mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-27 08:14:31 +02:00
Update lowrider_v1p2.h to define probe pin (#485)
* Update lowrider_v1p2.h Define missing probe pin. * Add files via upload
This commit is contained in:
@@ -30,19 +30,19 @@
|
|||||||
|
|
||||||
#define USE_GANGED_AXES // allow two motors on an axis
|
#define USE_GANGED_AXES // allow two motors on an axis
|
||||||
|
|
||||||
#define X_STEP_PIN GPIO_NUM_27 // use Z labeled connector
|
#define Y_STEP_PIN GPIO_NUM_27 // use Z labeled connector
|
||||||
#define X_DIRECTION_PIN GPIO_NUM_33 // use Z labeled connector
|
#define Y_DIRECTION_PIN GPIO_NUM_33 // use Z labeled connector
|
||||||
|
|
||||||
#define Y_STEP_PIN GPIO_NUM_14
|
#define Z_STEP_PIN GPIO_NUM_14 // use Y labeled connector
|
||||||
#define Y2_STEP_PIN GPIO_NUM_21 // ganged motor
|
#define Z2_STEP_PIN GPIO_NUM_21 // ganged motor
|
||||||
#define Y_DIRECTION_PIN GPIO_NUM_25
|
#define Z_DIRECTION_PIN GPIO_NUM_25 // use Y labeled connector
|
||||||
#define Y_AXIS_SQUARING
|
|
||||||
|
|
||||||
#define Z_STEP_PIN GPIO_NUM_12 // use X labeled connector
|
|
||||||
#define Z2_STEP_PIN GPIO_NUM_22 // use X labeled connector
|
|
||||||
#define Z_DIRECTION_PIN GPIO_NUM_26 // use X labeled connector
|
|
||||||
#define Z_AXIS_SQUARING
|
#define Z_AXIS_SQUARING
|
||||||
|
|
||||||
|
#define X_STEP_PIN GPIO_NUM_12 // use X labeled connector
|
||||||
|
#define X2_STEP_PIN GPIO_NUM_22 // ganged motor
|
||||||
|
#define X_DIRECTION_PIN GPIO_NUM_26 // use X labeled connector
|
||||||
|
#define X_AXIS_SQUARING
|
||||||
|
|
||||||
// OK to comment out to use pin for other features
|
// OK to comment out to use pin for other features
|
||||||
#define STEPPERS_DISABLE_PIN GPIO_NUM_13
|
#define STEPPERS_DISABLE_PIN GPIO_NUM_13
|
||||||
|
|
||||||
@@ -55,16 +55,16 @@
|
|||||||
#else
|
#else
|
||||||
#define SPINDLE_TYPE SPINDLE_TYPE_PWM
|
#define SPINDLE_TYPE SPINDLE_TYPE_PWM
|
||||||
#define SPINDLE_OUTPUT_PIN GPIO_NUM_16
|
#define SPINDLE_OUTPUT_PIN GPIO_NUM_16
|
||||||
#define SPINDLE_ENABLE_PIN GPIO_NUM_32
|
#define SPINDLE_ENABLE_PIN GPIO_NUM_32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Note: Only uncomment this if USE_SPINDLE_RELAY is commented out.
|
// Note: Only uncomment this if USE_SPINDLE_RELAY is commented out.
|
||||||
// Relay can be used for Spindle or Coolant
|
// Relay can be used for Spindle or Coolant
|
||||||
//#define COOLANT_FLOOD_PIN GPIO_NUM_17
|
//#define COOLANT_FLOOD_PIN GPIO_NUM_17
|
||||||
|
|
||||||
#define X_LIMIT_PIN GPIO_NUM_15
|
#define Y_LIMIT_PIN GPIO_NUM_15
|
||||||
#define Y_LIMIT_PIN GPIO_NUM_4
|
#define Z_LIMIT_PIN GPIO_NUM_4
|
||||||
#define Z_LIMIT_PIN GPIO_NUM_17
|
#define X_LIMIT_PIN GPIO_NUM_17
|
||||||
|
|
||||||
#define LIMIT_MASK B111
|
#define LIMIT_MASK B111
|
||||||
|
|
||||||
@@ -72,6 +72,7 @@
|
|||||||
#define ENABLE_SOFTWARE_DEBOUNCE
|
#define ENABLE_SOFTWARE_DEBOUNCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define PROBE_PIN GPIO_NUM_35
|
||||||
|
|
||||||
// The default value in config.h is wrong for this controller
|
// The default value in config.h is wrong for this controller
|
||||||
#ifdef INVERT_CONTROL_PIN_MASK
|
#ifdef INVERT_CONTROL_PIN_MASK
|
||||||
|
Reference in New Issue
Block a user