mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-29 17:19:50 +02:00
Fehler bei Limit_Mask
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
// Beides ist eingerichtet.
|
// Beides ist eingerichtet.
|
||||||
#define N_AXIS 3
|
#define N_AXIS 3
|
||||||
|
|
||||||
#define CUSTOM_CODE_FILENAME "Custom/4axis_xyxz.cpp"
|
//#define CUSTOM_CODE_FILENAME "Custom/4axis_xyxz.cpp"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Zuordnung Schrittmotoren
|
* Zuordnung Schrittmotoren
|
||||||
@@ -43,7 +43,6 @@
|
|||||||
* The 1 bits in LIMIT_MASK set the axes that have limit switches
|
* The 1 bits in LIMIT_MASK set the axes that have limit switches
|
||||||
* X, Y, Z, A do, the LIMIT_MASK value would be B1111
|
* X, Y, Z, A do, the LIMIT_MASK value would be B1111
|
||||||
*/
|
*/
|
||||||
#define LIMIT_MASK B1111
|
|
||||||
#define X_LIMIT_PIN GPIO_NUM_17 //ok
|
#define X_LIMIT_PIN GPIO_NUM_17 //ok
|
||||||
#define Y_LIMIT_PIN GPIO_NUM_4 //ok
|
#define Y_LIMIT_PIN GPIO_NUM_4 //ok
|
||||||
#define Z_LIMIT_PIN GPIO_NUM_16 //ok
|
#define Z_LIMIT_PIN GPIO_NUM_16 //ok
|
||||||
|
Reference in New Issue
Block a user