1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-17 12:00:59 +02:00
This commit is contained in:
Jesse Schoch
2021-07-31 15:15:47 -07:00
parent b2d4ad2c65
commit a36f1bea44

View File

@@ -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;