itl_import
index
/usr/share/reprap/plugins/import/itl_import.py

Licenced under GNU v2 and the 'I'm not going to help you kill people licence'. The latter overrules the former.
        
I'm not going to help you kill people licence v1:
The use of this software in any form for any purposes relating to any form of military activity or
research either directly or via subcontracts is strictly prohibited.
Any company or organisation affiliated with any military organisations either directly or through
subcontracts are strictly prohibited from using any part of this software.
 
GNU licence:        
RepRap Gerber Plotter is free software; you can redistribute it and/or modify it 
under the terms of the GNU General Public License as published by the Free Software Foundation; 
either version 2 of the License, or (at your option) any later version.
 
RepRap Gerber Plotter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
See the GNU General Public License for more details. You should have received a copy of 
the GNU General Public License along with File Hunter; if not, write to 
the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

 
Modules
       
reprap
reprap.shapeplotter
threading

 
Classes
       
reprap.baseplotters.ImportPlotter(threading.Thread)
plotter

 
class plotter(reprap.baseplotters.ImportPlotter)
    # Class to plot gerber file to polygon list
 
 
Method resolution order:
plotter
reprap.baseplotters.ImportPlotter
threading.Thread
threading._Verbose
__builtin__.object

Methods defined here:
getFileLimitsXY(self)
loadPreferences(self)
# Load plotter preferences
run(self)
# Run is executed when thread is started (in new thread)
terminate(self)
# Tell thread to terminate ASAP (result of GUI 'Stop' button)

Methods inherited from reprap.baseplotters.ImportPlotter:
__init__(self, fileName, toolpath, feedbackHandler=False, arcResolution=False, fillDensity=4, debug=False)
Create plotter plugin with filename, toolpath (reprap.toolpath.Object object), feedback handler (feedback handler object), fill density (lines / mm) and debug

Methods inherited from threading.Thread:
__repr__(self)
getName(self)
isAlive(self)
isDaemon(self)
join(self, timeout=None)
setDaemon(self, daemonic)
setName(self, name)
start(self)

Data descriptors inherited from threading._Verbose:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        FileTitle = 'SMIL Files'
SupportedFileExtensions = ['.itl']
Title = 'SMIL'