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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ It has been written to complement grblHAL and has features such as proper keyboa
13
13
14
14
---
15
15
16
-
Latest build date is 20240817, see the [changelog](changelog.md) for details.
16
+
Latest build date is 20240903, see the [changelog](changelog.md) for details.
17
17
18
18
__NOTE:__ Build 20240222 has moved the probe input to the ioPorts pool of inputs and will be allocated from it when configured.
19
19
The change is major and _potentially dangerous_, it may damage your probe, so please _verify correct operation_ after installing this, or later, builds.
Copy file name to clipboardExpand all lines: changelog.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,51 @@
1
1
## grblHAL changelog
2
2
3
+
<aname="20240903">Build 20240903
4
+
5
+
Core:
6
+
7
+
* Added some new plugin init calls and setting ids. Added defaults for RGB strip lengths.
8
+
9
+
Drivers:
10
+
11
+
* ESP32, RP2040, STM32F4xx, STM32F7xx: updated for core changes related to the RGB HAL.
12
+
13
+
* RP2040: renamed bluetooth files to avoid conflict with SDK.
14
+
15
+
* STM32F7xx: moved board maps to separate directory.
16
+
17
+
Plugins:
18
+
19
+
* SD card: removed superfluous code. Made _.macro_ file type visible by default. Ref. [ioSender issue #403](https://github.com/terjeio/ioSender/issues/403).
20
+
21
+
* Misc: initial commit of [new plugins](https://github.com/grblHAL/Plugins_misc), some moved from [Templates](https://github.com/grblHAL/Templates/tree/master/my_plugin).
22
+
23
+
* WebUI: now delays soft reset commands for ESP32 driver to avoid crash when more than 3 axes are enabled. Ref. [issue #15](https://github.com/grblHAL/Plugin_WebUI/issues/15)
24
+
25
+
---
26
+
27
+
<aname="20240827">Build 20240827
28
+
29
+
Core:
30
+
31
+
* Added setting definitions for plugins and some new plugin initialization calls.
32
+
33
+
Drivers:
34
+
35
+
* ESP32: changed spindle on signal to GPIO32 when On/Off spindle is configured for MKS DLC32 board. Ref. this [discussion](https://github.com/grblHAL/core/discussions/203#discussioncomment-10454788).
36
+
37
+
* RP2040: fixed build issues when native Bluetooth is enabled. Ref. [issue #94](https://github.com/grblHAL/RP2040/issues/94).
38
+
39
+
Plugins:
40
+
41
+
* Spindle: added "Offset" plugin for spindle \(laser\) movement to be executed when switching between spindles.
42
+
43
+
* WebUI: workaround for [issue #15](https://github.com/grblHAL/Plugin_WebUI/issues/15), ESP32 crash on soft reset when > 3 axes configured.
44
+
45
+
* Miscellaneous: added a number of smallish plugins; BLTouch, PWM servo, EventOut, RGB LED strips, RGB LED M150. These are work in progress and requires specific driver configurations.
0 commit comments