summaryrefslogtreecommitdiffstats
path: root/share/extensions/dxf_outlines.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* standardize indents on 4 spacesAaron Spike2006-05-081-14/+14
| | | | | Python hates mixed whitespace (bzr r770)
* fix svg to dxf scaling factorAaron Spike2006-02-151-1/+1
| | | (bzr r143)
* Add unit conversion.Aaron Spike2006-02-081-2/+20
| | | (bzr r106)
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-061-38/+45
| | | | | | | Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92)
* (bzr r90)Ted Gould2006-02-061-45/+38
|
* add scaling and translation so that the DXFs open properly in robomasterAaron Spike2006-02-061-38/+45
| | | (bzr r88)
* Adding minimal dxf output as a python extension. Converts path segments to ↵Aaron Spike2006-01-291-0/+62
splines and lines. (bzr r46)