mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 10:23:19 +02:00
@@ -20,7 +20,7 @@
|
||||
|
||||
// Grbl versioning system
|
||||
#define GRBL_VERSION "1.1f"
|
||||
#define GRBL_VERSION_BUILD "20190622"
|
||||
#define GRBL_VERSION_BUILD "20190626"
|
||||
|
||||
//#include <sdkconfig.h>
|
||||
#include <Arduino.h>
|
||||
|
@@ -419,10 +419,10 @@ void stepper_init()
|
||||
#endif
|
||||
|
||||
#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();
|
||||
#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
|
||||
#ifdef X_STEP_PIN
|
||||
pinMode(X_STEP_PIN, OUTPUT);
|
||||
|
Reference in New Issue
Block a user