summaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15Compile OpenSCAD files to DXF.Michael Schwarz1-6/+8
This adds support to selectively compile some OpenSCAD files to DXF instead of STL.
2015-03-15Fixed text on path export.Michael Schwarz1-6/+23
This fixes exporting SVG files which contain text on a path where the path is on a different layer than the text (which is necessary unless the path should also be combined with the text in a single layer).
2015-03-07Support for setting the DXF export quality.Michael Schwarz1-2/+2
2014-12-21Workaround for OpenSCAD sometimes writing an empty STL file when it crashes.Michael Schwarz1-2/+11
2014-12-21Removed some unused imports in the scripts copied from the Inkscape ↵Michael Schwarz3-248/+2
distribution.
2014-12-21Rewritten unit conversion methods of inkex.py to properly handle viewport ↵Michael Schwarz5-19/+178
settings.
2014-12-21Removed some unused imports in the scripts copied from the Inkscape ↵Michael Schwarz6-771/+726
distribution.
2014-12-20Fixed DXF plugin to work with new inkex library.Michael Schwarz1-1/+1
2014-12-20Upgraded Python files copied from the Inkscape distribution to those from ↵Michael Schwarz6-49/+131
version 0.91.99.13724.
2014-12-12Added support for recording dependencies while compiling OpenSCAD files.Michael Schwarz3-1/+56
2014-12-10Extracted common functions to separate module.Michael Schwarz3-21/+23
2014-12-10Moved DXF export scripts to separate directory.Michael Schwarz12-0/+2422