55 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			HTML
		
	
	
 | 
						|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | 
						|
<html><head><title>Python: module reprap.plugins</title>
 | 
						|
</head><body bgcolor="#f0f0f8">
 | 
						|
 | 
						|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
 | 
						|
<tr bgcolor="#7799ee">
 | 
						|
<td valign=bottom> <br>
 | 
						|
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="reprap.html"><font color="#ffffff">reprap</font></a>.plugins</strong></big></big></font></td
 | 
						|
><td align=right valign=bottom
 | 
						|
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/lib/python2.5/site-packages/reprap/plugins.py">/usr/lib/python2.5/site-packages/reprap/plugins.py</a></font></td></tr></table>
 | 
						|
    <p><tt>RepRap plugins system. All plugins are accessed though this module.</tt></p>
 | 
						|
<p>
 | 
						|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 | 
						|
<tr bgcolor="#aa55cc">
 | 
						|
<td colspan=3 valign=bottom> <br>
 | 
						|
<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
 | 
						|
    
 | 
						|
<tr><td bgcolor="#aa55cc"><tt>      </tt></td><td> </td>
 | 
						|
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="os.html">os</a><br>
 | 
						|
</td><td width="25%" valign=top><a href="sys.html">sys</a><br>
 | 
						|
</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
 | 
						|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 | 
						|
<tr bgcolor="#eeaa77">
 | 
						|
<td colspan=3 valign=bottom> <br>
 | 
						|
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
 | 
						|
    
 | 
						|
<tr><td bgcolor="#eeaa77"><tt>      </tt></td><td> </td>
 | 
						|
<td width="100%"><dl><dt><a name="-getPlugin"><strong>getPlugin</strong></a>(pluginType, index)</dt></dl>
 | 
						|
 <dl><dt><a name="-getPlugins"><strong>getPlugins</strong></a>(pluginType)</dt></dl>
 | 
						|
 <dl><dt><a name="-listTitles"><strong>listTitles</strong></a>(plugins)</dt></dl>
 | 
						|
 <dl><dt><a name="-loadPlugins"><strong>loadPlugins</strong></a>(pluginsFolder, suffix)</dt></dl>
 | 
						|
</td></tr></table><p>
 | 
						|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 | 
						|
<tr bgcolor="#55aa55">
 | 
						|
<td colspan=3 valign=bottom> <br>
 | 
						|
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
 | 
						|
    
 | 
						|
<tr><td bgcolor="#55aa55"><tt>      </tt></td><td> </td>
 | 
						|
<td width="100%"><strong>PLUGIN_IMPORT</strong> = 1<br>
 | 
						|
<strong>PLUGIN_OUTPUT</strong> = 2<br>
 | 
						|
<strong>PLUGIN_TOOLHEAD</strong> = 3<br>
 | 
						|
<strong>__author__</strong> = 'Stefan Blanke (greenarrow) (greenarrow@users.sourceforge.net)'<br>
 | 
						|
<strong>__licence__</strong> = '<font color="#c040c0">\n</font>pyRepRap is free software: you can redistribute...ap.  If not, see <http://www.gnu.org/licenses/>.<font color="#c040c0">\n</font>'<br>
 | 
						|
<strong>__license__</strong> = 'GPL 3.0'<br>
 | 
						|
<strong>pluginsFolders</strong> = {1: 'import', 2: 'output', 3: 'toolhead'}<br>
 | 
						|
<strong>pluginsPath</strong> = '/usr/share/reprap/plugins'</td></tr></table><p>
 | 
						|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 | 
						|
<tr bgcolor="#7799ee">
 | 
						|
<td colspan=3 valign=bottom> <br>
 | 
						|
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
 | 
						|
    
 | 
						|
<tr><td bgcolor="#7799ee"><tt>      </tt></td><td> </td>
 | 
						|
<td width="100%">Stefan Blanke (greenarrow) (greenarrow@users.sourceforge.net)</td></tr></table>
 | 
						|
</body></html> |