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
Copy file name to clipboardExpand all lines: changelog.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
## grblHAL changelog
2
2
3
+
<aname="20250518">Build 20250518
4
+
5
+
Core:
6
+
7
+
* Fix for custom M-code commands claiming all axis words even when not using any.
8
+
9
+
* Added setting `$680` for configuring delay from stepper enable to first dir/step pulse. Added to fixed ~2ms delay provided by most drivers.
10
+
11
+
Drivers:
12
+
13
+
* STM32F4xx: added OpenPNP plugin.
14
+
15
+
* STM32F4xx, STM32F7xx: fix for second PWM spindle failing to compile and reading analog inputs returning the value from the last configured.
16
+
17
+
Plugins:
18
+
19
+
* OpenPNP: added support for reading/scaling analog inputs via `M123`, `M124` and `M125` custom M-codes.
20
+
21
+
* Keypad: changed to report itself even if no keypad is connected, added delay before probing the I2C bus to allow the keypad time to boot.
22
+
23
+
---
24
+
3
25
<aname="20250514">Build 20250514
4
26
5
27
Core:
@@ -15,6 +37,8 @@ When more than one probe is available `PROBES:<bits>` is added to the `NEWOPTS`
15
37
16
38
Drivers:
17
39
40
+
* iMXRT1062: added `$BL` command for entering bootloader mode, allows use of the _Teensy Loader_ when access to the programming button is restricted.
41
+
18
42
* All: fix for potential/actual hard fault when a basic on/off spindle is configured. Ref. ESP32 issue [#164](https://github.com/grblHAL/ESP32/issues/164).
19
43
20
44
* STM32 drivers: fix for incorrect PWM output at max RPM when PWM output is inverted.
0 commit comments