1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-07-25 09:51:15 +02:00

Added scad/printed to stl search path.

This commit is contained in:
Martin Budden
2020-02-23 17:54:28 +00:00
parent 4459cca3ea
commit ad3e8d85af
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ def views(target, do_assemblies = None):
#
main_blurb = None
lib_dir = os.environ['OPENSCADPATH'] + '/NopSCADlib/printed'
for dir in [source_dir, lib_dir]:
for dir in [source_dir, source_dir + '/printed', lib_dir]:
for filename in os.listdir(dir):
if filename.endswith('.scad'):
#