File tree Expand file tree Collapse file tree
lib/python/qtvcp/lib/qtplasmac
share/qtvcp/screens/qtplasmac Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222import os
2323from shutil import copy as COPY
2424
25- # remove the qtplasmac link from the config directory (pre V1.???.??? 2022/??/?? )
25+ # remove the qtplasmac link from the config directory (pre V1.225.208 2022/06/29 )
2626def remove_qtplasmac_link (inifile ):
2727 tmpFile = '{}~' .format (inifile )
2828 COPY (inifile , tmpFile )
Original file line number Diff line number Diff line change 1- VERSION = '1.225.207 '
1+ VERSION = '1.225.208 '
22
33'''
44qtplasmac_handler.py
@@ -2177,7 +2177,7 @@ def update_check(self):
21772177 startupCode = self .iniFile .find ('RS274NGC' , 'RS274NGC_STARTUP_CODE' )
21782178 if 'metric_startup' in startupCode or 'imperial_startup' in startupCode :
21792179 UPDATER .rs274ngc_startup_code (INIPATH )
2180- # remove the qtplasmc link from the config directory (pre V1.???.??? 2022/??/?? )
2180+ # remove the qtplasmac link from the config directory (pre V1.225.208 2022/06/29 )
21812181 if os .path .exists (os .path .join (self .PATHS .CONFIGPATH , 'qtplasmac' )):
21822182 # stage 1: set up for unlinking on the next run of qtplasmac
21832183 if 'code.py' in self .iniFile .find ('FILTER' , 'ngc' ):
Original file line number Diff line number Diff line change @@ -30,9 +30,15 @@ <h2>QtPlasmaC Version History</h2>
3030</ table >
3131< br >
3232<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33+ < br > < b > < u > v1.225.208 2022 June 29</ u > </ b >
34+ < ul style ="margin:0; ">
35+ < li > remove link in config directory</ li >
36+ </ ul >
37+
3338< br > < b > < u > v1.225.207 2022 June 25</ u > </ b >
3439< ul style ="margin:0; ">
3540 < li > change rs274 startup to code instead of subroutine</ li >
41+ </ ul >
3642
3743< br > < b > < u > v1.225.206 2022 June 23</ u > </ b >
3844< ul style ="margin:0; ">
You can’t perform that action at this time.
0 commit comments