summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-14Moved .gitignore rules to top level.Michael Schwarz2-7/+5
2015-03-09Grammar and convoluted language in readme.Michael Schwarz1-18/+22
2015-03-09Converted readme to Markdown.Michael Schwarz1-54/+40
2015-03-09Added makefile targets to build the project to a certain step.Michael Schwarz2-12/+34
2015-03-08Fixed failure when settings.mk or config.mk doesn't exist.Michael Schwarz1-1/+1
2015-03-07Re-compile on makefile change.Michael Schwarz1-4/+7
2015-03-07Support for setting the DXF export quality.Michael Schwarz3-15/+27
2015-03-07makefile: Call find only once.Michael Schwarz1-6/+7
2015-03-07Added a warning for when the src directory contains files with spaces in thei...Michael Schwarz1-0/+4
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
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 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-12Revert "Added more example files to showcase dependency tracking."Michael Schwarz3-22/+0
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 Ink...Michael Schwarz4-43/+96
2014-12-04Revert "Added an example for gnerating OpenSCAD files."Michael Schwarz2-7/+2
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