def writeOutput(fileName=''): "Alternate shell file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName == '': return skeinforge_craft.writeChainTextWithNounMessage(fileName, 'altshell')
def writeOutput(fileName=''): "Preface the carving of a gcode file. If no fileName is specified, preface the first unmodified gcode file in this folder." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName == '': return skeinforge_craft.writeChainTextWithNounMessage(fileName, 'preface')
def writeOutput(fileName=''): "Chamber a gcode linear move file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName == '': return skeinforge_craft.writeChainTextWithNounMessage(fileName, 'chamber')
def writeOutput(fileName, shouldAnalyze=True): "Hop a gcode linear move file. Chain hop the gcode if it is not already hopped." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'hop', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Skirt a gcode linear move file.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'skirt', shouldAnalyze)
def writeOutput( fileName = '' ): "Raftless a gcode linear move file." fileName = interpret.getFirstTranslatorFileNameUnmodified( fileName ) if fileName == '': # return skeinforge_craft.writeChainTextWithNounMessage( fileName, 'raftless' )
def writeOutput(fileName=''): 'Limit a gcode file.' fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage(fileName, 'limit')
def writeOutput(fileName=''): 'Cool a gcode linear move file. Chain cool the gcode if it is not already cooled.' fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage(fileName, 'cool')
def writeOutput(fileName, shouldAnalyze=True): "Splodge a gcode linear move file." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'splodge', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): "Home a gcode linear move file. Chain home the gcode if it is not already homed." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'home', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): "Clip a gcode linear move file. Chain clip the gcode if it is not already clipped." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'clip', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Widen the carving of a gcode file.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'widen', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): "Stretch a gcode linear move file. Chain stretch the gcode if it is not already stretched." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'stretch', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Alteration a gcode linear move file. Chain alteration the gcode if the alteration procedure has not been done.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'alteration', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Limit a gcode file.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'limit', shouldAnalyze)
def writeOutput(fileName=''): "Inset the carving of a gcode file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage( fileName, 'inset')
def writeOutput(fileName, shouldAnalyze=True): 'Leadin a gcode linear move file. Chain leadin the gcode if it is not already leadinned.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'leadin', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Dimension a gcode file.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'dimension', shouldAnalyze)
def writeOutput(fileName=''): "Drill a gcode linear move file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage(fileName, 'drill')
def writeOutput(fileName=''): "Widen the carving of a gcode file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage(fileName, 'widen')
def writeOutput(fileName, shouldAnalyze=True): 'Joris a gcode linear move file. Chain Joris the gcode if it is not already Jorised.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'joris', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): "Temperature a gcode linear move file." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'temperature', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): "Fillet a gcode linear move file. Depending on the settings, either arcPoint, arcRadius, arcSegment, bevel or do nothing." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'fillet', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Mill a gcode linear move file.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'mill', shouldAnalyze)
def writeOutput(fileName=''): "Mill a gcode linear move file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName) if fileName == '': return skeinforge_craft.writeChainTextWithNounMessage( fileName, 'mill')
def writeOutput(fileName, shouldAnalyze=True): 'Smooth a gcode linear move file. Chain smooth the gcode if it is not already smoothed.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'smooth', shouldAnalyze)
def writeOutput( fileName = ''): "Alternate shell file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName) if fileName == '': return skeinforge_craft.writeChainTextWithNounMessage( fileName, 'altshell')
def writeOutput(fileName=''): "Oozebane a gcode linear move file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage( fileName, 'oozebane')
def writeOutput(fileName=''): "Fillet a gcode linear move file. Depending on the settings, either arcPoint, arcRadius, arcSegment, bevel or do nothing." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified( fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage(fileName, 'fillet')
def writeOutput(fileName, shouldAnalyze=True): "Dwindle a gcode linear move file. Chain dwindle the gcode if it is not already dwindle." skeinforge_craft.writeChainTextWithNounMessage(fileName, "dwindle", shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Cool a gcode linear move file. Chain cool the gcode if it is not already cooled.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'cool', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): "Inset the carving of a gcode file." skeinforge_craft.writeChainTextWithNounMessage(fileName, 'inset', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Dwindle a gcode linear move file. Chain dwindle the gcode if it is not already dwindle.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'dwindle', shouldAnalyze)
def writeOutput(fileName=''): "Home a gcode linear move file. Chain home the gcode if it is not already homed. If no fileName is specified, home the first unmodified gcode file in this folder." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName) if fileName != '': skeinforge_craft.writeChainTextWithNounMessage( fileName, 'home')
def writeOutput(fileName=""): "Speed a gcode linear move file." fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName) if fileName != "": skeinforge_craft.writeChainTextWithNounMessage(fileName, "speed")
def writeOutput(fileName, shouldAnalyze=True): """Feed a gcode linear move file.""" skeinforge_craft.writeChainTextWithNounMessage(fileName, 'feed', shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): "Comb a gcode linear move file." skeinforge_craft.writeChainTextWithNounMessage(fileName, "comb", shouldAnalyze)
def writeOutput(fileName, shouldAnalyze=True): 'Bookend a gcode linear move file. Chain bookend the gcode if the bookend procedure has not been done.' skeinforge_craft.writeChainTextWithNounMessage(fileName, 'bookend', shouldAnalyze)