Skip to content

Commit 070f80c

Browse files
committed
Updated changelog. Renamed OpenPNP custom command M143.
1 parent b10b331 commit 070f80c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## grblHAL changelog
22

3+
<a name="20250519">20250519
4+
5+
Plugins:
6+
7+
* OpenPNP: changed command letter(s) for `M143`, `M144` and `M145` custom M-codes, `M143` can now be used to read both analog and digital inputs.
8+
9+
* Misc, event out: added alarm state to supported events. Ref. issue [#1](https://github.com/grblHAL/Plugins_misc/issues/1).
10+
11+
---
12+
313
<a name="20250518">Build 20250518
414

515
Core:
@@ -16,7 +26,7 @@ Drivers:
1626

1727
Plugins:
1828

19-
* OpenPNP: added support for reading/scaling analog inputs via `M123`, `M124` and `M125` custom M-codes.
29+
* OpenPNP: added support for reading/scaling analog inputs via `M143`, `M144` and `M145` custom M-codes.
2030

2131
* 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.
2232

gcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ typedef enum {
253253
LaserPPI_Rate = 127, //!< 127 - M127
254254
LaserPPI_PulseLength = 128, //!< 128 - M128
255255
Laser_Overdrive = 129, //!< 129 - M129
256-
OpenPNP_GetADCRaw = 143, //!< 143 - M143
256+
OpenPNP_GetPinState = 143, //!< 143 - M143
257257
OpenPNP_GetADCScaled = 144, //!< 144 - M144
258258
OpenPNP_SetADCScaling = 145, //!< 145 - M145
259259
RGB_WriteLEDs = 150, //!< 150 - M150, Marlin format

0 commit comments

Comments
 (0)