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
Added initial/enhanced support for toolsetter and second probe input.
Moved inbuilt G65 macros to the core and added macro G65P5Q<n> for selecting probe.
Added probe id to real time report: |P:<n> will be reported on probe select when more than one probe is available.
Fix for WCO and Ov real time status report elements not beeing reported as they should in some circumstances.
Copy file name to clipboardExpand all lines: changelog.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
## grblHAL changelog
2
2
3
+
<aname="20250514">Build 20250514
4
+
5
+
Core:
6
+
7
+
* Added initial/enhanced support for toolsetter and second probe input.
8
+
When more than one probe is available `PROBES:<bits>` is added to the `NEWOPTS` element in the `$I` report. `<bits>` is a bitfield where each bit set represents an available probe.
9
+
10
+
* Moved inbuilt G65 macros to the core and added macro `G65P5Q<n>` for selecting probe. `<n>` is the probe id: `0` - primary probe, `1` - toolsetter, `2` - secondary probe.
11
+
12
+
* Added probe id to real time report: `|P:<n>` will be reported on probe select when more than one probe is available.
13
+
14
+
* Fix for `WCO` and `Ov` real time status report elements not beeing reported as they should in some circumstances.
15
+
16
+
Drivers:
17
+
18
+
* 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
+
20
+
* STM32 drivers: fix for incorrect PWM output at max RPM when PWM output is inverted.
21
+
22
+
Plugins:
23
+
24
+
* Misc, probe relays: new plugin, can be configured to share the \(single\) probe input between up to three probes.
25
+
Probe switching is by the inbuilt `G65P5Q<n>` macro or automatically on "@G59.3" tool changes for a toolsetter. One or two free auxiliary output ports required.
26
+
27
+
* Misc, BLTouch: improved auto deploy capability.
28
+
29
+
* SDCard, macros: moved inbuilt G65 macros to the core.
0 commit comments