Plugin fixes.

This commit is contained in:
Terje Io
2025-01-15 07:06:47 +01:00
parent efe4245a06
commit 234c5609b9
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
## grblHAL ##
Latest build date is 20250110, see the [changelog](changelog.md) for details.
Latest build date is 20250114, see the [changelog](changelog.md) for details.
> [!NOTE]
> A settings reset will be performed on an update of builds prior to 20241208. Backup and restore of settings is recommended.
@@ -93,4 +93,4 @@ G/M-codes not supported by [legacy Grbl](https://github.com/gnea/grbl/wiki) are
Some [plugins](https://github.com/grblHAL/plugins) implements additional M-codes.
---
20250107
20250115
+9 -1
View File
@@ -1,5 +1,13 @@
## grblHAL changelog
<a name="20250115">20250115
Plugins:
Fans, Keypad, macros: bug fixes and changes to avoid compiler warnings.
---
<a name="20250114">Build 20250114
Core:
@@ -15,7 +23,7 @@ Drivers:
Plugins:
* Many: updated for setting call signature changes and to take advandage of latest core functionality.
* Many: updated for setting call signature changes and to take advantage of latest core functionality.
Plugins claiming auxiliary ports changed to use `-1` for port number settings that are to be ignored/not claimed.
* Plasma: refactored, uses new task functionality for processing and has improved settings handling. Virtual auxiliary ports disabled for now.