mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-25 23:36:17 +02:00
YL620_Fix (#941)
* YL620_Fix Fix per ... https://github.com/bdring/Grbl_Esp32/issues/926#issuecomment-867885248 Added CNC_xPro machine def * Update Grbl.h * Delete CNC_xPRO_V5_XYYZ_PWM_NO.h
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
// Grbl versioning system
|
// Grbl versioning system
|
||||||
const char* const GRBL_VERSION = "1.3a";
|
const char* const GRBL_VERSION = "1.3a";
|
||||||
const char* const GRBL_VERSION_BUILD = "20210424";
|
const char* const GRBL_VERSION_BUILD = "20210712";
|
||||||
|
|
||||||
//#include <sdkconfig.h>
|
//#include <sdkconfig.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
@@ -73,6 +73,7 @@ enum_opt_t spindleTypes = {
|
|||||||
{ "BESC", int8_t(SpindleType::BESC) },
|
{ "BESC", int8_t(SpindleType::BESC) },
|
||||||
{ "10V", int8_t(SpindleType::_10V) },
|
{ "10V", int8_t(SpindleType::_10V) },
|
||||||
{ "H2A", int8_t(SpindleType::H2A) },
|
{ "H2A", int8_t(SpindleType::H2A) },
|
||||||
|
{ "YL620", int8_t(SpindleType::YL620) },
|
||||||
// clang-format on
|
// clang-format on
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user