Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate parts on Linux without Fusion360 #18

Open
Baehn opened this issue May 11, 2023 · 9 comments
Open

Generate parts on Linux without Fusion360 #18

Baehn opened this issue May 11, 2023 · 9 comments

Comments

@Baehn
Copy link

Baehn commented May 11, 2023

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 😃 )

@JesusFreke
Copy link
Owner

It's not possible, unless you're able to run fusion 360 in wine or in a VM or something.

@JesusFreke
Copy link
Owner

@claussen reimplemented the parts in onshape, and has been doing a lot of work on the design though

@claussen
Copy link

@JesusFreke , Looks like a fun project, but I think you are giving me credit for work done by someone else.

@JesusFreke
Copy link
Owner

oops, sorry about that! I meant @morganvenable. I believe he goes by claussen elsewhere, haha

@morganvenable
Copy link

Too late to the short username party here 😅

@claussen
Copy link

It's all good. Just want to ensure credit given where it's due.

@Baehn
Copy link
Author

Baehn commented May 12, 2023

@morganvenable: are your parts available somewhere?

@scruper
Copy link

scruper commented May 13, 2023

Is it worthwhile to reimplement 3D model generation with CadQuery? It might be much easier for newcomers to make adjustments. What do you think?

@morganvenable
Copy link

morganvenable commented May 13, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants