svg2gcode/svg/__init__.py@0abfa4642776
svg2gcode/svg/__init__.py
Fri, 22 Sep 2017 17:40:08 +0200
- author
- mdd
- date
- Fri, 22 Sep 2017 17:40:08 +0200
- changeset 32
- 0abfa4642776
- parent 2
-
660ce16822a9
- permissions
- -rw-r--r--
SVG bugfix: first shape line not drawn
SVG feature: Dont control the laser via extrusion, switch on at shape start, off at shape end
#__all__ = ['geometry', 'svg']
from .svg import *
def parse(filename):
f = svg.Svg(filename)
return f