skeinforge_tools.skeinforge_utilities.consecution ($Date: 2008/21/04 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/pyRepRap/skeinforge_tools/skeinforge_utilities/consecution.py

Consecution is a collection of utilities to chain together the craft plugins.

 
Modules
       
__init__
skeinforge_tools.analyze
skeinforge_tools.skeinforge_utilities.gcodec
os
skeinforge_tools.profile
skeinforge_tools.skeinforge_utilities.settings
sys
time

 
Functions
       
getChainText(fileName, procedure)
Get a crafted shape file.
getChainTextFromProcedures(fileName, procedures, text)
Get a crafted shape file from a list of procedures.
getCraftModule(fileName)
Get craft module.
getLastModule()
Get the last tool.
getProcedures(procedure, text)
Get the procedures up to and including the given procedure.
getReadCraftSequence()
Get profile sequence.
getSequenceIndexFromProcedure(procedure)
Get the profile sequence index of the procedure.  Return None if the procedure is not in the sequence
getSequenceIndexPlusOneFromText(fileText)
Get the profile sequence index of the file plus one.  Return zero if the procedure is not in the file
writeChainTextWithNounMessage(fileName, procedure)
Get and write a crafted shape file.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__date__ = '$Date: 2008/21/04 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)