Skip to content

Commit 6c25f7e

Browse files
committed
qtplasmac: more housekeeping
missed a spot...
1 parent 68680aa commit 6c25f7e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

share/qtvcp/screens/qtplasmac/qtplasmac_handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.229.226'
1+
VERSION = '1.229.228'
22

33
'''
44
qtplasmac_handler.py
@@ -1610,7 +1610,6 @@ def set_start_line(self, line):
16101610

16111611
def update_gcode_properties(self, props):
16121612
if props:
1613-
print('>>PROPS:', props)
16141613
if 'qtplasmac_program_clear.ngc' in props['name']:
16151614
self.set_blank_gcodeprops()
16161615
else:

share/qtvcp/screens/qtplasmac/versions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ <h2>QtPlasmaC Version History</h2>
3030
</table>
3131
<br>
3232
<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33+
<br><b><u>v1.229.228 2022 Aug 17</u></b>
34+
<ul style="margin:0;">
35+
<li>more housekeeping</li>
36+
</ul>
37+
<i>Changes submitted by snowgoer540 (Greg Carl)</i><br>
38+
3339
<br><b><u>v1.229.227 2022 Aug 17</u></b>
3440
<ul style="margin:0;">
3541
<li>material files naming consistency</li>

0 commit comments

Comments
 (0)