mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-05 06:57:27 +02:00
Bom generation now calls openscad with --hardwarnings to stop ASAP.
This commit is contained in:
@@ -248,7 +248,7 @@ def boms(target = None, assembly = None):
|
|||||||
#
|
#
|
||||||
# Run openscad
|
# Run openscad
|
||||||
#
|
#
|
||||||
openscad.run("-D","$bom=2","-D","$preview=true","-o", "openscad.echo", "-d", bom_dir + "/bom.deps", bom_maker_name)
|
openscad.run("-D", "$bom=2", "-D", "$preview=true", "--hardwarnings", "-o", "openscad.echo", "-d", bom_dir + "/bom.deps", bom_maker_name)
|
||||||
os.remove(bom_maker_name)
|
os.remove(bom_maker_name)
|
||||||
print("Generating bom ...", end=" ")
|
print("Generating bom ...", end=" ")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user