Sat, 04 Jun 2016 12:41:32 +0200
Added the Lasercut settings to the pronterface options dialog
(default settings when used without pronterwindow)
2 | 1 | #__all__ = ['geometry', 'svg'] |
2 | ||
3 | from .svg import * | |
4 | ||
5 | def parse(filename): | |
6 | f = svg.Svg(filename) | |
7 | return f | |
8 |