Exemplo n.º 1
0
 def execute(self):
     "Write button has been clicked."
     fileNames = polyfile.getFileOrGcodeDirectory(
         self.fileNameInput.value, self.fileNameInput.wasCancelled, ["_comment"]
     )
     for fileName in fileNames:
         statisticFile(fileName)
Exemplo n.º 2
0
 def execute(self):
     "Write button has been clicked."
     fileNames = polyfile.getFileOrGcodeDirectory(
         self.fileNameInput.value, self.fileNameInput.wasCancelled,
         ['_comment'])
     for fileName in fileNames:
         analyzeFile(fileName)
Exemplo n.º 3
0
	def execute( self ):
		"Write button has been clicked."
		fileNames = polyfile.getFileOrGcodeDirectory( self.fileNameInput.value, self.fileNameInput.wasCancelled )
		for fileName in fileNames:
			analyzeFile( fileName )