Skip to content

Commit 2481e53

Browse files
committed
Seed 2.2.3
1 parent 1b6fd69 commit 2481e53

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

octoprint_bettergrblsupport/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def __init__(self):
172172
self.bgsFilters = self.bgs_filters
173173

174174
self.settingsVersion = 6
175-
self.wizardVersion = 11
175+
self.wizardVersion = 12
176176

177177
self.whenConnected = time.time()
178178
self.handshakeSent = False

octoprint_bettergrblsupport/templates/bettergrblsupport_wizard.jinja2

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<li>Fixed an issue causing xPro V5 Grbl ESP32 controller to panic on connect</li>
1919
<li>Grbl Terminal Filters!</li>
2020
<li>Replaced more UI references to print / printer with job / machine</li>
21+
<li>Removed numeric requirement for Grbl Settings values</li>
22+
<li>Added GrblHAL Alarms and Settings descriptions</li>
23+
<li>Ignore any G53 commands when calculating bounding box origin for a file</li>
2124
</ul>
2225
<br>
2326
<h5>Release Notes - 2.2.2</h4>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "Better Grbl Support"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "2.2.3rc1"
17+
plugin_version = "2.2.3"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module

0 commit comments

Comments
 (0)