-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Hello,
I would like to generate all parts (i.e. corresponding stl files) on my linux machine which also means that I don't have access to Fusion360. Is this possible? For example, I tried to run "parts/cluster/cluster.py" with "lalboard.Lalboard()" as a context but this is not working.
I also tried running "run()" in "parts/export_parts.py" but I get the following errors:
Running central_pcb_sketch
Traceback (most recent call last):
File "/home/chbaeh/projects/cc2/parts/fscad/fscad.py", line 4466, in run_design
setup_document(document_name)
File "/home/chbaeh/projects/cc2/parts/fscad/fscad.py", line 4415, in setup_document
for document in app().documents:
TypeError: 'Documents' object is not iterable
Traceback (most recent call last):
File "/home/chbaeh/projects/cc2/parts/export_parts.py", line 75, in run
if len(root().sketches) != 1:
TypeError: object of type 'Sketches' has no len()
(great work btw 😃 )
Metadata
Metadata
Assignees
Labels
No labels