diff --git a/Grbl_Esp32/src/Grbl.h b/Grbl_Esp32/src/Grbl.h index e17bbfff..4fef75ad 100644 --- a/Grbl_Esp32/src/Grbl.h +++ b/Grbl_Esp32/src/Grbl.h @@ -21,7 +21,6 @@ */ // Grbl versioning system -const char* const GRBL_VERSION = "1.3a"; const char* const GRBL_VERSION_BUILD = "20210311"; //#include diff --git a/Grbl_Esp32/src/Spindles/VFDSpindle.cpp b/Grbl_Esp32/src/Spindles/VFDSpindle.cpp index 29c575c7..956f3c6a 100644 --- a/Grbl_Esp32/src/Spindles/VFDSpindle.cpp +++ b/Grbl_Esp32/src/Spindles/VFDSpindle.cpp @@ -564,6 +564,7 @@ namespace Spindles { ModbusCommand rpm_cmd; rpm_cmd.msg[0] = VFD_RS485_ADDR; + set_speed_command(rpm, rpm_cmd); rpm_cmd.critical = (rpm == 0);