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

Craft is a script to access the plugins which craft a gcode file.
 
An explanation of the gcodes is at:
http://reprap.org/bin/view/Main/Arduino_GCode_Interpreter
 
A gode example is at:
http://forums.reprap.org/file.php?12,file=565

 
Modules
       
__init__
skeinforge_tools.skeinforge_utilities.consecution
skeinforge_tools.skeinforge_utilities.interpret
skeinforge_tools.polyfile
skeinforge_tools.skeinforge_utilities.preferences
sys

 
Classes
       
CraftPreferences

 
class CraftPreferences
    A class to handle the craft preferences.
 
  Methods defined here:
__init__(self)
Set the default preferences, execute title & preferences fileName.
execute(self)
Craft button has been clicked.

 
Functions
       
getCraftPluginFilenames()
Get craft plugin fileNames.
getDisplayedPreferences()
Get the displayed preferences.
main()
Display the craft dialog.
writeOutput(fileName='')
Craft a gcode file.  If no fileName is specified, comment the first gcode file in this folder that is not modified.

 
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)