Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-10 | Asymptote export: Call variable with all paths `all`. | Michael Schwarz | 1 | -1/+1 | |
2015-08-07 | Inkscape export: Removed stray semicolon in exported Asymptote files. | Michael Schwarz | 1 | -1/+1 | |
2015-08-07 | Inkscape export: Fix elliptical arcs not being closed. | Michael Schwarz | 1 | -3/+8 | |
2015-08-07 | Use Python script to run Asymptote. | Michael Schwarz | 3 | -9/+32 | |
2015-08-07 | Inkscape export: Fix wrong units in Asymptote export. | Michael Schwarz | 2 | -17/+16 | |
The generate asymptote file would use the Inkscape document coordinates but Asymptote always uses PostScript points. | |||||
2015-08-07 | Inkscape export: Use original file name for temp file. | Michael Schwarz | 1 | -1/+1 | |
Because we can. | |||||
2015-08-06 | Inkscape export: Support to export to Asymptote. | Michael Schwarz | 2 | -59/+87 | |
2015-08-06 | Reworked Inkscape command line generation. | Michael Schwarz | 2 | -92/+148 | |
The old version was brittle and made conditional operations hard. | |||||
2015-08-06 | Inkscape export: Renamed module to inkscape. | Michael Schwarz | 12 | -0/+0 | |
This module will later be used for other export types than just DXF. | |||||
2015-08-06 | DXF export: Not tied to exporting to DXF anymore. | Michael Schwarz | 2 | -31/+34 | |
2015-08-06 | Inkscape export: Optionally don't transform strokes to shapes. | Michael Schwarz | 2 | -24/+57 | |
2015-07-12 | support: Workaround for tempdir on different mount. | Michael Schwarz | 1 | -1/+13 | |
This adds a workaround for setups where the user has checked out the project on a different mount point than where the temporary directory is located. | |||||
2015-03-21 | dxf export: Use different colors for layers. | Michael Schwarz | 1 | -8/+18 | |
With this change, different colors are assigned to shapes. Shapes on the same layer get the same color. This allows them to be grouped by color by software that doesn’t support layers (e.g. Lasercut 5.3). | |||||
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 | 1 | -6/+8 | |
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-07 | Support for setting the DXF export quality. | Michael Schwarz | 1 | -2/+2 | |
2014-12-21 | Workaround for OpenSCAD sometimes writing an empty STL file when it crashes. | Michael Schwarz | 1 | -2/+11 | |
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 | Added support for recording dependencies while compiling OpenSCAD files. | Michael Schwarz | 3 | -1/+56 | |
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 | 12 | -0/+2422 | |