File tree 3 files changed +5
-2
lines changed
octoprint_bettergrblsupport
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def __init__(self):
172
172
self .bgsFilters = self .bgs_filters
173
173
174
174
self .settingsVersion = 6
175
- self .wizardVersion = 11
175
+ self .wizardVersion = 12
176
176
177
177
self .whenConnected = time .time ()
178
178
self .handshakeSent = False
Original file line number Diff line number Diff line change 18
18
<li >Fixed an issue causing xPro V5 Grbl ESP32 controller to panic on connect</li >
19
19
<li >Grbl Terminal Filters!</li >
20
20
<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 >
21
24
</ul >
22
25
<br >
23
26
<h5 >Release Notes - 2.2.2</h4 >
Original file line number Diff line number Diff line change 14
14
plugin_name = "Better Grbl Support"
15
15
16
16
# 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 "
18
18
19
19
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
20
20
# module
You can’t perform that action at this time.
0 commit comments