Skip to content

Commit 46994d7

Browse files
committed
prep for 2.3.0
1 parent 2ff2469 commit 46994d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

octoprint_bettergrblsupport/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def __init__(self):
184184
self.bgsFilters = self.bgs_filters
185185

186186
self.settingsVersion = 6
187-
self.wizardVersion = 14
187+
self.wizardVersion = 15
188188

189189
self.whenConnected = time.time()
190190
self.handshakeSent = False

octoprint_bettergrblsupport/templates/bettergrblsupport_wizard.jinja2

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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.0rc1 and 2.3.0.rc2</h4>
16-
This is already a pretty sizable update with the introduction of FluidNC support, including full management of its
15+
<h4>Release Notes - 2.3.0</h4>
16+
This is a sizable update with the introduction of FluidNC support, including full management of its
1717
Configuration files and Settings. Behind the scenes, numerous other changes have been implemented that optimize existing
1818
Grbl and Grbl_Esp32 settings management. Additional major behind the scenes work includes synchronization of multi-message
1919
command responses and optimizing communication with the built-in action_command_notification plugin.

0 commit comments

Comments
 (0)