From a36f1bea448b407c40c52a32a054c8255a30d4b3 Mon Sep 17 00:00:00 2001 From: Jesse Schoch Date: Sat, 31 Jul 2021 15:15:47 -0700 Subject: [PATCH] note --- Grbl_Esp32/src/Spindles/TecoL510.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Grbl_Esp32/src/Spindles/TecoL510.cpp b/Grbl_Esp32/src/Spindles/TecoL510.cpp index a8030e94..31238484 100644 --- a/Grbl_Esp32/src/Spindles/TecoL510.cpp +++ b/Grbl_Esp32/src/Spindles/TecoL510.cpp @@ -29,6 +29,7 @@ namespace Spindles { _baudrate = 9600; _parity = Uart::Parity::None; // TODO: should defaults be set here? What happens if the motor settings in the VFD are wrong or default? + // I think they are overloaded with DEFAULT_SPINDLE_RPM_MAX and DEFAULT_SPINDLE_RPM_MIN _max_rpm = 24000; _min_rpm = 6000; _max_freq = 40000;