1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-25 23:36:17 +02:00

Eliminated unused USE_GANGED_AXES (#526)

This commit is contained in:
Mitch Bradley
2020-08-08 13:15:35 -10:00
committed by GitHub
parent 7c2d8f01ea
commit 3e15fb3409
5 changed files with 1 additions and 13 deletions

View File

@@ -19,6 +19,7 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>. along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
*/ */
#define MACHINE_NAME "ESP32 I2S XXYYZZ Axis Driver Board (StepStick)" #define MACHINE_NAME "ESP32 I2S XXYYZZ Axis Driver Board (StepStick)"
#ifdef N_AXIS #ifdef N_AXIS
@@ -58,8 +59,6 @@
#define STEPPER_RESET GPIO_NUM_19 #define STEPPER_RESET GPIO_NUM_19
#define USE_GANGED_AXES // allow two motors on an axis
#define X_DISABLE_PIN I2SO(0) #define X_DISABLE_PIN I2SO(0)
#define X_DIRECTION_PIN I2SO(1) #define X_DIRECTION_PIN I2SO(1)
#define X_STEP_PIN I2SO(2) #define X_STEP_PIN I2SO(2)

View File

@@ -22,12 +22,8 @@
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>. along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
*/ */
#define MACHINE_NAME "LOWRIDER_V1P2" #define MACHINE_NAME "LOWRIDER_V1P2"
#define USE_GANGED_AXES // allow two motors on an axis
#define X_STEP_PIN GPIO_NUM_27 // use Z labeled connector #define X_STEP_PIN GPIO_NUM_27 // use Z labeled connector
#define X_DIRECTION_PIN GPIO_NUM_33 // use Z labeled connector #define X_DIRECTION_PIN GPIO_NUM_33 // use Z labeled connector

View File

@@ -30,8 +30,6 @@
#define MACHINE_NAME "MPCNC_V1P1" #define MACHINE_NAME "MPCNC_V1P1"
#define USE_GANGED_AXES // allow two motors on an axis
#define X_STEP_PIN GPIO_NUM_12 #define X_STEP_PIN GPIO_NUM_12
#define X2_STEP_PIN GPIO_NUM_22 // ganged motor #define X2_STEP_PIN GPIO_NUM_22 // ganged motor
#define X_AXIS_SQUARING #define X_AXIS_SQUARING

View File

@@ -31,8 +31,6 @@
#define MACHINE_NAME "MPCNC_V1P2" #define MACHINE_NAME "MPCNC_V1P2"
#define USE_GANGED_AXES // allow two motors on an axis
#define X_STEP_PIN GPIO_NUM_12 #define X_STEP_PIN GPIO_NUM_12
#define X2_STEP_PIN GPIO_NUM_22 // ganged motor #define X2_STEP_PIN GPIO_NUM_22 // ganged motor
#define X_AXIS_SQUARING #define X_AXIS_SQUARING

View File

@@ -42,9 +42,6 @@
// The hardware enable pin is tied to ground // The hardware enable pin is tied to ground
#define USE_TRINAMIC_ENABLE #define USE_TRINAMIC_ENABLE
// allow two motors on an axis
#define USE_GANGED_AXES
// Y motor connects to the 1st driver // Y motor connects to the 1st driver
#define X_TRINAMIC_DRIVER 2130 // Which Driver Type? #define X_TRINAMIC_DRIVER 2130 // Which Driver Type?
#define X_RSENSE TMC2130_RSENSE_DEFAULT #define X_RSENSE TMC2130_RSENSE_DEFAULT