summaryrefslogtreecommitdiff
path: root/src/helpers_solid.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-16 20:53:57 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-16 20:53:57 -0400
commit2308d88617e77cf58414d01694de523970e60996 (patch)
tree46f4fec3a016600a3d7b4faab3daa81ef3da4a86 /src/helpers_solid.py
parent3e15f8564a959c0dbe73f2e71d1c916c62eb3aea (diff)
Added docker capabilities and profile including batch file execution. If there is expressed interest I can add a linux .sh file as well to simplify image and container/app creation. Also, minor fixes on print outputs regarding imports/exports.
Diffstat (limited to 'src/helpers_solid.py')
-rw-r--r--src/helpers_solid.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers_solid.py b/src/helpers_solid.py
index c98743c..470d5e8 100644
--- a/src/helpers_solid.py
+++ b/src/helpers_solid.py
@@ -129,4 +129,5 @@ def export_file(shape, fname):
def export_dxf(shape, fname):
+ print("NO DXF EXPORT FOR SOLID".format(fname))
pass \ No newline at end of file