mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 18:32:37 +02:00
Merge branch 'master' of https://github.com/bdring/Grbl_Esp32
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
// Grbl versioning system
|
// Grbl versioning system
|
||||||
#define GRBL_VERSION "1.1f"
|
#define GRBL_VERSION "1.1f"
|
||||||
#define GRBL_VERSION_BUILD "20190622"
|
#define GRBL_VERSION_BUILD "20190626"
|
||||||
|
|
||||||
//#include <sdkconfig.h>
|
//#include <sdkconfig.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
@@ -419,10 +419,10 @@ void stepper_init()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_RMT_STEPS
|
#ifdef USE_RMT_STEPS
|
||||||
grbl_send(CLIENT_SERIAL, "[MSG:Using RMT Steps}\r\n");
|
grbl_send(CLIENT_SERIAL, "[MSG:Using RMT Steps]\r\n");
|
||||||
initRMT();
|
initRMT();
|
||||||
#else
|
#else
|
||||||
grbl_send(CLIENT_SERIAL, "[MSG:Using Timed Steps}\r\n");
|
grbl_send(CLIENT_SERIAL, "[MSG:Using Timed Steps]\r\n");
|
||||||
// make the step pins outputs
|
// make the step pins outputs
|
||||||
#ifdef X_STEP_PIN
|
#ifdef X_STEP_PIN
|
||||||
pinMode(X_STEP_PIN, OUTPUT);
|
pinMode(X_STEP_PIN, OUTPUT);
|
||||||
|
Reference in New Issue
Block a user