File tree Expand file tree Collapse file tree
src/emc/usr_intf/qtplasmac Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444# assume gui to be qtplasmac unless a specific gui selected
4545if 'axis' in ini .find ('DISPLAY' , 'DISPLAY' ):
4646 gui = 'plasmac'
47- materialFile = '{}.mats' .format (ini .find ('EMC' , 'MACHINE' ))
4847 tmpPath = '/tmp/plasmac'
4948 cutTypePin = 'axisui.cut-type'
5049 matNumPin = 'axisui.material-change-number'
5756 notice = 'The line numbers in the original file may differ from what is shown below.\n \n '
5857else :
5958 gui = 'qtplasmac'
60- materialFile = '{}_material.cfg' .format (ini .find ('EMC' , 'MACHINE' ))
6159 tmpPath = '/tmp/qtplasmac'
6260 cutTypePin = 'qtplasmac.cut_type'
6361 matNumPin = 'qtplasmac.material_change_number'
7573 notice += 'will be highlighted. The line numbers may differ from what is shown below.\n \n '
7674filteredBkp = '{}/filtered_bkp.ngc' .format (tmpPath )
7775errorFile = '{}/gcode_errors.txt' .format (tmpPath )
76+ materialFile = '{}_material.cfg' .format (ini .find ('EMC' , 'MACHINE' ))
7877tmpMaterialFile = '{}/{}_material.gcode' .format (tmpPath , ini .find ('EMC' , 'MACHINE' ))
7978tmpMatNum = 1000000
8079tmpMatNam = ''
You can’t perform that action at this time.
0 commit comments