Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-15 | Fix make jobserver warning. | Michael Schwarz | 2 | -3/+12 | |
When running the make file with a number of jobs, the following warning was generated by the make process used to parse the dependency makefile generated by OpenSCAD: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. With this change, the variables MAKELEVEL and MAKEFLAGS are removed from the environment before starting the child make process. | |||||
2015-03-15 | Compile OpenSCAD files to DXF. | Michael Schwarz | 2 | -25/+49 | |
This adds support to selectively compile some OpenSCAD files to DXF instead of STL. | |||||
2015-03-15 | Fixed text on path export. | Michael Schwarz | 1 | -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-14 | Moved .gitignore rules to top level. | Michael Schwarz | 2 | -7/+5 | |
This moves all ignore rules to the .gitignore files in the root directory. This is so that users can edit the .gitignore file in src without the risk of merge conflicts if we ever need to edit the default rules. src/.gitignore is now empty but is left in the repository so that the src directory is automatically created on checkout. | |||||
2015-03-09 | Grammar and convoluted language in readme. | Michael Schwarz | 1 | -18/+22 | |
This fixes #1. | |||||
2015-03-09 | Converted readme to Markdown. | Michael Schwarz | 1 | -54/+40 | |
This fixes #5. | |||||
2015-03-09 | Added makefile targets to build the project to a certain step. | Michael Schwarz | 2 | -12/+34 | |
2015-03-08 | Fixed failure when settings.mk or config.mk doesn't exist. | Michael Schwarz | 1 | -1/+1 | |
2015-03-07 | Re-compile on makefile change. | Michael Schwarz | 1 | -4/+7 | |
2015-03-07 | Support for setting the DXF export quality. | Michael Schwarz | 3 | -15/+27 | |
2015-03-07 | makefile: Call find only once. | Michael Schwarz | 1 | -6/+7 | |
2015-03-07 | Added a warning for when the src directory contains files with spaces in ↵ | Michael Schwarz | 1 | -0/+4 | |
their names. | |||||
2015-02-26 | Fixed a link. | Michael Schwarz | 1 | -1/+1 | |
2015-02-26 | Changed title. | Michael Schwarz | 1 | -1/+1 | |
2015-02-26 | Added explanation for required Inkscape version. | Michael Schwarz | 1 | -1/+2 | |
2014-12-25 | Added a section describing the repository structure to the readme. | Michael Schwarz | 1 | -0/+7 | |
2014-12-25 | Merge branch 'master' into no-examples | Michael Schwarz | 18 | -1089/+1075 | |
Conflicts: .gitignore | |||||
2014-12-25 | Updated the readme to describe all the new features. | Michael Schwarz | 1 | -16/+40 | |
2014-12-21 | Workaround for OpenSCAD sometimes writing an empty STL file when it crashes. | Michael Schwarz | 1 | -2/+11 | |
2014-12-21 | Added a .gitignore file to the src directory so it will be created when ↵ | Michael Schwarz | 2 | -6/+6 | |
cloning the repository. | |||||
2014-12-21 | Removed some unused imports in the scripts copied from the Inkscape ↵ | Michael Schwarz | 3 | -248/+2 | |
distribution. | |||||
2014-12-21 | Rewritten unit conversion methods of inkex.py to properly handle viewport ↵ | Michael Schwarz | 5 | -19/+178 | |
settings. | |||||
2014-12-21 | Removed some unused imports in the scripts copied from the Inkscape ↵ | Michael Schwarz | 6 | -771/+726 | |
distribution. | |||||
2014-12-20 | Fixed DXF plugin to work with new inkex library. | Michael Schwarz | 1 | -1/+1 | |
2014-12-20 | Upgraded Python files copied from the Inkscape distribution to those from ↵ | Michael Schwarz | 6 | -49/+131 | |
version 0.91.99.13724. | |||||
2014-12-12 | Revert "Added more example files to showcase dependency tracking." | Michael Schwarz | 3 | -22/+0 | |
This reverts commit b69003800917a93c5c2b240ede6f83b80f1095cc. | |||||
2014-12-12 | Merge branch 'master' into no-examples | Michael Schwarz | 21 | -36/+117 | |
2014-12-12 | Added more example files to showcase dependency tracking. | Michael Schwarz | 4 | -17/+22 | |
2014-12-12 | Added support for recording dependencies while compiling OpenSCAD files. | Michael Schwarz | 5 | -16/+72 | |
2014-12-10 | Extracted common functions to separate module. | Michael Schwarz | 3 | -21/+23 | |
2014-12-10 | Moved DXF export scripts to separate directory. | Michael Schwarz | 13 | -1/+2 | |
2014-12-07 | Merge commit '785aec3aa6e2deda9acfefa8a9114ea3e7d39f44' into no-examples | Michael Schwarz | 4 | -43/+96 | |
2014-12-06 | Replaced Script used for DXF export by more advanced version working with ↵ | Michael Schwarz | 4 | -43/+96 | |
Inkscape 0.99. | |||||
2014-12-04 | Revert "Added an example for gnerating OpenSCAD files." | Michael Schwarz | 2 | -7/+2 | |
This reverts commit 9da7f66feec3ec222760e5d34ff83e43ab41af39. | |||||
2014-12-04 | Merge commit '9da7f66feec3ec222760e5d34ff83e43ab41af39' into no-examples | Michael Schwarz | 4 | -11/+37 | |
2014-12-04 | Added an example for gnerating OpenSCAD files. | Michael Schwarz | 2 | -2/+7 | |
2014-12-04 | Create necessary directories before generating files. | Michael Schwarz | 1 | -0/+1 | |
2014-12-04 | Make all generated files, even if they're not used by the make file. | Michael Schwarz | 1 | -3/+3 | |
2014-12-04 | Let the script to generate the sources also open the resulting files. | Michael Schwarz | 2 | -2/+2 | |
2014-12-04 | Added documentation for generating files. | Michael Schwarz | 1 | -0/+7 | |
2014-12-04 | Easier way to specify how files are generated. | Michael Schwarz | 1 | -7/+20 | |
2014-11-28 | Removed example files from project template. | Michael Schwarz | 2 | -139/+0 | |
2014-11-28 | Catch errors when converting SVGs to DXF. | Michael Schwarz | 1 | -0/+2 | |
2014-11-27 | First version of the template project. | Michael Schwarz | 17 | -0/+2626 | |