Skip to content

Commit

Permalink
Seed 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
synman committed Dec 13, 2022
1 parent 1b6fd69 commit 2481e53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_bettergrblsupport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def __init__(self):
self.bgsFilters = self.bgs_filters

self.settingsVersion = 6
self.wizardVersion = 11
self.wizardVersion = 12

self.whenConnected = time.time()
self.handshakeSent = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<li>Fixed an issue causing xPro V5 Grbl ESP32 controller to panic on connect</li>
<li>Grbl Terminal Filters!</li>
<li>Replaced more UI references to print / printer with job / machine</li>
<li>Removed numeric requirement for Grbl Settings values</li>
<li>Added GrblHAL Alarms and Settings descriptions</li>
<li>Ignore any G53 commands when calculating bounding box origin for a file</li>
</ul>
<br>
<h5>Release Notes - 2.2.2</h4>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Better Grbl Support"

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

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

0 comments on commit 2481e53

Please sign in to comment.