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/wipe.py SkeinFox(Download)
def getWipeChainGcode( fileName, gcodeText, wipePreferences = None ): "Wipe a gcode linear move text. Chain wipe the gcode if it is not already wiped." gcodeText = gcodec.getGcodeFileText( fileName, gcodeText ) if not gcodec.isProcedureDone( gcodeText, 'hop' ): gcodeText = hop.getHopChainGcode( fileName, gcodeText )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/wipe.py SkeinFox(Download)
def getWipeChainGcode( fileName, gcodeText, wipePreferences = None ): "Wipe a gcode linear move text. Chain wipe the gcode if it is not already wiped." gcodeText = gcodec.getGcodeFileText( fileName, gcodeText ) if not gcodec.isProcedureDone( gcodeText, 'hop' ): gcodeText = hop.getHopChainGcode( fileName, gcodeText )