We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da58026 commit 39f814eCopy full SHA for 39f814e
solid/solidpython.py
@@ -11,6 +11,8 @@
11
12
import os, sys, re
13
import inspect
14
+import subprocess
15
+import tempfile
16
17
openscad_builtins = [
18
# 2D primitives
0 commit comments