diff --git a/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py b/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py index 3bc64087022..7c54a2e827a 100644 --- a/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py +++ b/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py @@ -1,4 +1,4 @@ -VERSION = '001.011' +VERSION = '001.012' LCNCVER = '2.10' DOCSVER = LCNCVER @@ -4013,7 +4013,7 @@ def user_button_setup(self): checked = True self.dualCodeButtons[bNum] = [data[1], data[2], data[3], bLabel, checked] # dualCodeButtons format is: code1 ;; label1 ;; code2 ;; label2 ;; checked - commands = f"{data[1]}\{data[3]}" + commands = f"{data[1]}{data[3]}" else: commands = bCode for command in commands.split('\\'): @@ -4801,7 +4801,7 @@ def delete_material_clicked(self): except: if not matNum: msg0 = _translate('HandlerClass', 'A material number is required') - msgs = f'{msg0}.\n\n\{msg1}:' + msgs = f'{msg0}.\n\n{msg1}:' else: msg0 = _translate('HandlerClass', 'is not a valid number') msgs = f'{matNum} {msg0}.\n\n{msg1}:' diff --git a/share/qtvcp/screens/qtplasmac/versions.html b/share/qtvcp/screens/qtplasmac/versions.html index 2f8d5a2d11d..09af6394cbe 100644 --- a/share/qtvcp/screens/qtplasmac/versions.html +++ b/share/qtvcp/screens/qtplasmac/versions.html @@ -26,6 +26,11 @@

QtPlasmaC Version History - LinuxCNC 2.10


+
001.012 2023 Dec 12 + +
001.011 2023 Nov 16