mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-09-22 21:21:33 +02:00
Various bug fixed from moving printed parts.
This commit is contained in:
@@ -83,7 +83,7 @@ def make_parts(target, part_type, parts = None):
|
||||
#
|
||||
# Find all the scad files
|
||||
#
|
||||
lib_dir = os.environ['OPENSCADPATH'] + '/NopSCADlib'
|
||||
lib_dir = os.environ['OPENSCADPATH'] + '/NopSCADlib/printed'
|
||||
used = []
|
||||
module_suffix = '_dxf' if part_type == 'svg' else '_' + part_type
|
||||
for dir in [source_dir, lib_dir]:
|
||||
|
Reference in New Issue
Block a user