Package plugins :: Module comb
[hide private]
[frames] | no frames]

Module comb

source code


Comb the extrusion hair of a gcode file.  Modifies the travel paths so the nozzle does not go over empty spaces, thus reducing the strings that may build up.

Note: comb is called during gcode generation, not through the usual plugin channel. This is because the travel calculations are made at the last minute.
Credits:
        Original Author: Enrique Perez (http://skeinforge.com)
        Contributors: Please see the documentation in Skeinforge 
        Modifed as SFACT: Ahmet Cem Turan (github.com/ahmetcemturan/SFACT)      

License: 
        GNU Affero General Public License http://www.gnu.org/licenses/agpl.html

Classes [hide private]
  CombSkein
A class to comb a skein of extrusions.
Variables [hide private]
  name = 'plugins.comb'
  logger = logging.getLogger(name)
  __package__ = 'plugins'