mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 11:32:44 +08:00
Fix for issue #426, decreasing the $30 setting value (max spindle RPM) causes incorrect PWM output.
Implemented handling of single block, block delete and optional stop disable control signal events. Added help for $S (single block), $B (block delete) and $O (optional stop disable) commands. Added optional HAL entry point for outputting WRGB values to lights such as neopixels. Improved $-commands registration to make it easier to add help text.
This commit is contained in:
@@ -438,7 +438,7 @@
|
||||
#define WEBUI_INFLASH 0
|
||||
#endif
|
||||
|
||||
#if WEBUI_ENABLE && !defined(ESP_PLATFORM)
|
||||
#if WEBUI_ENABLE
|
||||
|
||||
#if !WIFI_ENABLE
|
||||
#ifdef ETHERNET_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user