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/comb.py SkeinFox(Download)
def getCombChainGcode( fileName, gcodeText, combPreferences = None ): "Comb a gcode linear move text. Chain comb the gcode if it is not already combed." gcodeText = gcodec.getGcodeFileText( fileName, gcodeText ) if not gcodec.isProcedureDone( gcodeText, 'tower' ): gcodeText = tower.getTowerChainGcode( fileName, gcodeText )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/comb.py SkeinFox(Download)
def getCombChainGcode( fileName, gcodeText, combPreferences = None ): "Comb a gcode linear move text. Chain comb the gcode if it is not already combed." gcodeText = gcodec.getGcodeFileText( fileName, gcodeText ) if not gcodec.isProcedureDone( gcodeText, 'tower' ): gcodeText = tower.getTowerChainGcode( fileName, gcodeText )