Example #1
0
def writeOutput(fileName=''):
    "Alternate shell file."
    fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(
        fileName)
    if fileName == '':
        return
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'altshell')
Example #2
0
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')
Example #3
0
def writeOutput(fileName=''):
    "Chamber a gcode linear move file."
    fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(
        fileName)
    if fileName == '':
        return
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'chamber')
Example #4
0
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)
Example #5
0
def writeOutput(fileName, shouldAnalyze=True):
    'Skirt a gcode linear move file.'
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'skirt',
                                                   shouldAnalyze)
Example #6
0
def writeOutput( fileName = '' ):
	"Raftless a gcode linear move file."
	fileName = interpret.getFirstTranslatorFileNameUnmodified( fileName )
	if fileName == '':
#		return
		skeinforge_craft.writeChainTextWithNounMessage( fileName, 'raftless' )
Example #7
0
def writeOutput(fileName=''):
    'Limit a gcode file.'
    fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(
        fileName)
    if fileName != '':
        skeinforge_craft.writeChainTextWithNounMessage(fileName, 'limit')
Example #8
0
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')
Example #9
0
def writeOutput(fileName, shouldAnalyze=True):
    "Splodge a gcode linear move file."
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'splodge',
                                                   shouldAnalyze)
Example #10
0
def writeOutput(fileName, shouldAnalyze=True):
	"Splodge a gcode linear move file."
	skeinforge_craft.writeChainTextWithNounMessage(fileName, 'splodge', shouldAnalyze)
Example #11
0
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)
Example #12
0
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)
Example #13
0
def writeOutput(fileName, shouldAnalyze=True):
    'Widen the carving of a gcode file.'
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'widen',
                                                   shouldAnalyze)
Example #14
0
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)
Example #15
0
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)
Example #16
0
def writeOutput(fileName, shouldAnalyze=True):
    'Limit a gcode file.'
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'limit',
                                                   shouldAnalyze)
Example #17
0
def writeOutput(fileName=''):
	"Inset the carving of a gcode file."
	fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName)
	if fileName != '':
		skeinforge_craft.writeChainTextWithNounMessage( fileName, 'inset')
Example #18
0
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)
Example #19
0
def writeOutput(fileName, shouldAnalyze=True):
	'Dimension a gcode file.'
	skeinforge_craft.writeChainTextWithNounMessage(fileName, 'dimension', shouldAnalyze)
Example #20
0
def writeOutput(fileName=''):
    "Drill a gcode linear move file."
    fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(
        fileName)
    if fileName != '':
        skeinforge_craft.writeChainTextWithNounMessage(fileName, 'drill')
Example #21
0
def writeOutput(fileName=''):
    "Widen the carving of a gcode file."
    fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(
        fileName)
    if fileName != '':
        skeinforge_craft.writeChainTextWithNounMessage(fileName, 'widen')
Example #22
0
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)
Example #23
0
def writeOutput(fileName, shouldAnalyze=True):
    "Temperature a gcode linear move file."
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'temperature',
                                                   shouldAnalyze)
Example #24
0
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)
Example #25
0
def writeOutput(fileName, shouldAnalyze=True):
	'Mill a gcode linear move file.'
	skeinforge_craft.writeChainTextWithNounMessage(fileName, 'mill', shouldAnalyze)
Example #26
0
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)
Example #27
0
def writeOutput(fileName=''):
	"Mill a gcode linear move file."
	fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName)
	if fileName == '':
		return
	skeinforge_craft.writeChainTextWithNounMessage( fileName, 'mill')
Example #28
0
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)
Example #29
0
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)
Example #30
0
def writeOutput( fileName = ''):
	"Alternate shell file."
	fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName)
	if fileName == '':
		return
	skeinforge_craft.writeChainTextWithNounMessage( fileName, 'altshell')
Example #31
0
def writeOutput(fileName=''):
	"Oozebane a gcode linear move file."
	fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName)
	if fileName != '':
		skeinforge_craft.writeChainTextWithNounMessage( fileName, 'oozebane')
Example #32
0
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')
Example #33
0
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)
Example #34
0
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)
Example #35
0
def writeOutput(fileName, shouldAnalyze=True):
    "Inset the carving of a gcode file."
    skeinforge_craft.writeChainTextWithNounMessage(fileName, 'inset',
                                                   shouldAnalyze)
Example #36
0
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)
Example #37
0
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')
Example #38
0
def writeOutput(fileName=""):
    "Speed a gcode linear move file."
    fileName = fabmetheus_interpret.getFirstTranslatorFileNameUnmodified(fileName)
    if fileName != "":
        skeinforge_craft.writeChainTextWithNounMessage(fileName, "speed")
Example #39
0
def writeOutput(fileName, shouldAnalyze=True):
	"Inset the carving of a gcode file."
	skeinforge_craft.writeChainTextWithNounMessage(fileName, 'inset', shouldAnalyze)
Example #40
0
def writeOutput(fileName, shouldAnalyze=True):
	'Dimension a gcode file.'
	skeinforge_craft.writeChainTextWithNounMessage(fileName, 'dimension', shouldAnalyze)
Example #41
0
File: feed.py Project: Sciumo/SFACT
def writeOutput(fileName, shouldAnalyze=True):
	"""Feed a gcode linear move file."""
	skeinforge_craft.writeChainTextWithNounMessage(fileName, 'feed', shouldAnalyze)
Example #42
0
File: cool.py Project: Ademan/Cura
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)
Example #43
0
def writeOutput(fileName, shouldAnalyze=True):
    "Comb a gcode linear move file."
    skeinforge_craft.writeChainTextWithNounMessage(fileName, "comb", shouldAnalyze)
Example #44
0
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)