Fri, 22 Sep 2017 17:40:08 +0200
SVG bugfix: first shape line not drawn
SVG feature: Dont control the laser via extrusion, switch on at shape start, off at shape end
2 | 1 | #__all__ = ['geometry', 'svg'] |
2 | ||
3 | from .svg import * | |
4 | ||
5 | def parse(filename): | |
6 | f = svg.Svg(filename) | |
7 | return f | |
8 |