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