Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/stretch.py SkeinFox(Download)
def getStretchChainGcode( fileName, gcodeText, stretchPreferences = None ): "Stretch a gcode linear move text. Chain stretch the gcode if it is not already stretched." gcodeText = gcodec.getGcodeFileText( fileName, gcodeText ) if not gcodec.isProcedureDone( gcodeText, 'cool' ): gcodeText = cool.getCoolChainGcode( fileName, gcodeText )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/stretch.py SkeinFox(Download)
def getStretchChainGcode( fileName, gcodeText, stretchPreferences = None ): "Stretch a gcode linear move text. Chain stretch the gcode if it is not already stretched." gcodeText = gcodec.getGcodeFileText( fileName, gcodeText ) if not gcodec.isProcedureDone( gcodeText, 'cool' ): gcodeText = cool.getCoolChainGcode( fileName, gcodeText )