summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Added a .gitignore file to the src directory so it will be created when cloni...Michael Schwarz2-6/+6
2014-12-21Removed some unused imports in the scripts copied from the Inkscape distribut...Michael Schwarz3-248/+2
2014-12-21Rewritten unit conversion methods of inkex.py to properly handle viewport set...Michael Schwarz5-19/+178
2014-12-21Removed some unused imports in the scripts copied from the Inkscape distribut...Michael Schwarz6-771/+726
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 ver...Michael Schwarz6-49/+131
2014-12-12Added more example files to showcase dependency tracking.Michael Schwarz4-17/+22
2014-12-12Added support for recording dependencies while compiling OpenSCAD files.Michael Schwarz5-16/+72
2014-12-10Extracted common functions to separate module.Michael Schwarz3-21/+23
2014-12-10Moved DXF export scripts to separate directory.Michael Schwarz13-1/+2
2014-12-06Replaced Script used for DXF export by more advanced version working with Ink...Michael Schwarz4-43/+96
2014-12-04Added an example for gnerating OpenSCAD files.Michael Schwarz2-2/+7
2014-12-04Create necessary directories before generating files.Michael Schwarz1-0/+1
2014-12-04Make all generated files, even if they're not used by the make file.Michael Schwarz1-3/+3
2014-12-04Let the script to generate the sources also open the resulting files.Michael Schwarz2-2/+2
2014-12-04Added documentation for generating files.Michael Schwarz1-0/+7
2014-12-04Easier way to specify how files are generated.Michael Schwarz1-7/+20
2014-11-28Catch errors when converting SVGs to DXF.Michael Schwarz1-0/+2
2014-11-27First version of the template project.Michael Schwarz17-0/+2626