Skip to content

Commit b5bead0

Browse files
committed
prep for 2.3.1rc1
1 parent b79b86f commit b5bead0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

octoprint_bettergrblsupport/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __init__(self):
189189
self.bgsFilters = self.bgs_filters
190190

191191
self.settingsVersion = 6
192-
self.wizardVersion = 15
192+
self.wizardVersion = 16
193193

194194
self.whenConnected = time.time()
195195
self.handshakeSent = False

octoprint_bettergrblsupport/templates/bettergrblsupport_wizard.jinja2

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
If this is your first time using Better Grbl Support or it has been a while since you've used it, be sure to visit the
1313
<a href="https://github.com/synman/Octoprint-Bettergrblsupport/wiki" target="_blank">Better Grbl Support Wiki</a> to learn about its features and how they work.
1414
<br>
15-
<h4>Release Notes - 2.3.0</h4>
15+
<br>
16+
<h4>Release Notes - 2.3.1 RC1</h4>
17+
<ul>
18+
<li>Keyboard controls (1-7 for increment, arrows / w/s for movement)</li>
19+
<li>A and B axes support (thanks to <a href="https://github.com/paukstelis" target="_blank">@paukstelis</a>)</li>
20+
</ul>
21+
<br>
22+
<h5>Release Notes - 2.3.0</h4>
1623
This is a sizable update with the introduction of FluidNC support, including full management of its
1724
Configuration files and Settings. Behind the scenes, numerous other changes have been implemented that optimize existing
1825
Grbl and Grbl_Esp32 settings management. Additional major behind the scenes work includes synchronization of multi-message

0 commit comments

Comments
 (0)