Skip to content

Commit 3385761

Browse files
committedNov 20, 2022
update release notes
increment version
1 parent d3763d4 commit 3385761

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed
 

‎octoprint_bettergrblsupport/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def __init__(self):
142142
self.pausedPositioning = 0
143143

144144
self.settingsVersion = 6
145-
self.wizardVersion = 9
145+
self.wizardVersion = 10
146146

147147
self.whenConnected = time.time()
148148
self.handshakeSent = False

‎octoprint_bettergrblsupport/templates/bettergrblsupport_wizard.jinja2

+19-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,25 @@
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.2.1 & 2.2.0</h4>
15+
<h4>Release Notes - 2.2.2</h4>
16+
<ul>
17+
<li>Added A/B/C axis descriptions to grbl_settings.txt</li>
18+
<li>Fixed bug preventing USB / Bluetooth gamepads from jogging</li>
19+
<li>Set Grbl State to "N/A" on disconnect</li>
20+
<li>Do not poll machine when sleeping (will trigger a timeout / disconnect)</li>
21+
<li>Auto Cooling implemented (configurable via Settings)</li>
22+
<li>Trigger reverting system level config changes when disabling the plugin</li>
23+
<li>Consolidate showing notifications when there is more than 1 queued</li>
24+
<li>Calculate origin orientation and update framing panel accordingly</li>
25+
<li>Added option to disable notification of frame size when file selected</li>
26+
<li>Suppress GRBL errors for 10 seconds during the connection phase</li>
27+
<li>Added coolant status / toggle (G7, G8, G9) to Grbl Control tab</li>
28+
<li>Added Positioning Mode value / toggle (G90, G91) to Grbl Control tab</li>
29+
<li>Initial communication handshake is now line feed / line feed / Soft Reset</li>
30+
<li>Numerous (other) bug fixes</li>
31+
</ul>
32+
<br>
33+
<h5>Release Notes - 2.2.1 & 2.2.0</h5>
1634
<ul>
1735
<li>"Joystick" based Jogging - dependent on Octoprint 1.8.0+ (2.2.1)</li>
1836
<li>User selectable coordinate systems (G54 thru G59) (2.2.1)</li>

‎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.2rc3"
17+
plugin_version = "2.2.2"
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)