summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-07Added a warning for when the src directory contains files with spaces in ↵Michael Schwarz1-0/+4
their names.
2015-02-26Fixed a link.Michael Schwarz1-1/+1
2015-02-26Changed title.Michael Schwarz1-1/+1
2015-02-26Added explanation for required Inkscape version.Michael Schwarz1-1/+2
2014-12-25Added a section describing the repository structure to the readme.Michael Schwarz1-0/+7
2014-12-25Merge branch 'master' into no-examplesMichael Schwarz18-1089/+1075
Conflicts: .gitignore
2014-12-25Updated the readme to describe all the new features.Michael Schwarz1-16/+40
2014-12-21Workaround for OpenSCAD sometimes writing an empty STL file when it crashes.Michael Schwarz1-2/+11
2014-12-21Added a .gitignore file to the src directory so it will be created when ↵Michael Schwarz2-6/+6
cloning the repository.
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-12Revert "Added more example files to showcase dependency tracking."Michael Schwarz3-22/+0
This reverts commit b69003800917a93c5c2b240ede6f83b80f1095cc.
2014-12-12Merge branch 'master' into no-examplesMichael Schwarz21-36/+117
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-07Merge commit '785aec3aa6e2deda9acfefa8a9114ea3e7d39f44' into no-examplesMichael Schwarz4-43/+96
2014-12-06Replaced Script used for DXF export by more advanced version working with ↵Michael Schwarz4-43/+96
Inkscape 0.99.
2014-12-04Revert "Added an example for gnerating OpenSCAD files."Michael Schwarz2-7/+2
This reverts commit 9da7f66feec3ec222760e5d34ff83e43ab41af39.
2014-12-04Merge commit '9da7f66feec3ec222760e5d34ff83e43ab41af39' into no-examplesMichael Schwarz4-11/+37
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-28Removed example files from project template.Michael Schwarz2-139/+0
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