1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-24 07:03:01 +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:
bdring
2021-07-16 13:18:41 -05:00
committed by GitHub
parent 1f2436030d
commit 6c5c4b5671
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
// Grbl versioning system
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 <Arduino.h>

View File

@@ -73,6 +73,7 @@ enum_opt_t spindleTypes = {
{ "BESC", int8_t(SpindleType::BESC) },
{ "10V", int8_t(SpindleType::_10V) },
{ "H2A", int8_t(SpindleType::H2A) },
{ "YL620", int8_t(SpindleType::YL620) },
// clang-format on
};