You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved handling of extended M commands (plugin based) command words.
Fixes issues for programs containing extended M-codes using single meaning words (which they as a rule should not do).
Added core support for spindle encoder binding to spindles.
Added sorting of spindle report: enabled spindles are sorted first in order of spindle number, disabled by type then spindle id.
Changed realtime report to report spindle number instead of spindle id on changes in the |S: element.
Copy file name to clipboardExpand all lines: changelog.md
+35
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,40 @@
1
1
## grblHAL changelog
2
2
3
+
<aname="20240812">Build 20240812
4
+
5
+
Core:
6
+
7
+
* Improved handling of extended M commands \(plugin based\) command words. Fixes issues for programs containing extended M-codes using single meaning words \(which they as a rule should not do\).
8
+
9
+
* Added core support for spindle encoder binding to spindles.
10
+
11
+
* Added sorting of spindle report: enabled spindles are sorted first in order of spindle number, disabled by type then spindle id.
12
+
13
+
* Changed realtime report to report spindle number instead of spindle id on changes in the `|S:` element. Part of fix for ioSender [issue #399](https://github.com/terjeio/ioSender/issues/399).
14
+
15
+
Drivers:
16
+
17
+
* imXRT1061, MSP432, STM32F4xx, STM32F7xx: Updated to take advandage of new spindle encoder binding functionality.
18
+
19
+
Plugins:
20
+
21
+
* Spindle: updated relevant drivers to use new spindle encoder binding functionality, simplified code. Fixes [issue #30](https://github.com/grblHAL/Plugins_spindle/issues/30).
22
+
23
+
---
24
+
25
+
<aname="20240805">Build 20240805
26
+
27
+
Core:
28
+
29
+
* Added function for getting speed \(RPM\) of stepper controlled by secondary stepper motor driver.
30
+
31
+
Plugins:
32
+
33
+
* Spindle: stepper spindle code now uses new function for getting speed \(RPM\) of motor.
34
+
HAL functions for getting spindle data \(actual RPM, angular position etc.\) directed to stepper spindle code,
0 commit comments