Beispiel #1
0
 def _hal_init(self):
     _EMC_Action._hal_init(self)
Beispiel #2
0
 def _hal_init(self):
     _EMC_Action._hal_init(self)
Beispiel #3
0
 def _hal_init(self):
     _EMC_FileChooser._hal_init(self)
     _EMC_Action._hal_init(self)
     self.currentfolder = os.path.expanduser("~/linuxcnc/nc_files")
 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))
 def _hal_init(self):
     _EMC_FileChooser._hal_init(self)
     _EMC_Action._hal_init(self)
     self.currentfolder = os.path.expanduser("~/linuxcnc/nc_files")