コード例 #1
0
 def _hal_init(self):
     _EMC_Action._hal_init(self)
コード例 #2
0
ファイル: hal_filechooser.py プロジェクト: ArcEye/machinekit
 def _hal_init(self):
     _EMC_Action._hal_init(self)
コード例 #3
0
 def _hal_init(self):
     _EMC_FileChooser._hal_init(self)
     _EMC_Action._hal_init(self)
     self.currentfolder = os.path.expanduser("~/linuxcnc/nc_files")
コード例 #4
0
 def _hal_init(self):
     _EMC_FileChooser._hal_init(self)
     _EMC_Action._hal_init(self)
     self.currentfolder = os.path.expanduser("~/linuxcnc/nc_files")
     self.gstat.connect('interp-run', lambda w: self.set_sensitive(False))
     self.gstat.connect('interp-idle', lambda w: self.set_sensitive(True))
コード例 #5
0
 def _hal_init(self):
     _EMC_FileChooser._hal_init(self)
     _EMC_Action._hal_init(self)
     self.currentfolder = os.path.expanduser("~/linuxcnc/nc_files")