-
Calls to `dxf_linear_extrude` will produce SCAD code that yields the following warnings:
```
DEPRECATED: The dxf_linear_extrude() module will be removed in future releases. Use linear_extrude() inst…
-
Many standard (common) thread profiles have flat tops. For example, see https://en.wikipedia.org/wiki/Unified_Thread_Standard
An implementation that does both multiple starts and default thread pro…
-
Started with OpenSCAD and SolidPython today for the sake of 3D printing (switching over from Blender). I build my model by unioning partly overlapping cubes based on some JSON data. Next step is to ge…
-
This is probably more of an OpenSCAD issue than a SolidPython issue, but SolidPython makes it easy (maybe too easy) to generate code that takes forever to render.
For example, the SolidPython scrip…
-
Not sure if this is trivial or difficult...
I'm using SolidPython to generate .STL files for 3D printing camera lens adapters, where accuracy matters.
The material shrinks a bit, and worse, the …
-
Is there a cleaner way to get a null/empty SolidPython object than `cube(0)`, as I've done below?
```
def label(string, width, halign="left", valign="baseline", size=10, depth=0.5,
line…
-
I was trying to install solidpython, but I got an error during installation, which seems to belog to this project. For a reason it seems that your script does not try to install into the pip directory…
-
When I try to use the auto=true parameter on the OpenSCAD `resize` function, I get:
`NameError: name 'true' is not defined`
Python 3.4 output:
```
Traceback (most recent call last):
File …
-
Looking at the [OpenSCAD cheatsheet](http://www.openscad.org/cheatsheet/index.html), there are a few statements ('text', 'offset') not supported in SolidPython. Putting this here as a placeholder to …
-
File "//anaconda/lib/python3.4/site-packages/solid/**init**.py", line 4, in
from solidpython import *
ImportError: No module named 'solidpython'
No idea why this is happening - currently using …