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

Exporters cleanup #216

Closed
adam-urbanczyk opened this issue Nov 21, 2019 · 5 comments
Closed

Exporters cleanup #216

adam-urbanczyk opened this issue Nov 21, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@adam-urbanczyk
Copy link
Member

Current public exporting interface is so-so. It would be at least good to expose exportStep in the fluent API.

Related to #212

@adam-urbanczyk adam-urbanczyk added the enhancement New feature or request label Nov 21, 2019
@marcus7070
Copy link
Member

I'd get some use out of the AMF export option

class AmfWriter(object):

The AMF format is really suited to 3D printers with dual printing heads, since it can have two (or more) objects within one file. AMF is well supported in the main open source 3D printing slicer, Slic3r.

I haven't tried the AMF export implementation in CadQuery yet, just wanted to let you know my use case.

@jmwright
Copy link
Member

jmwright commented May 3, 2020

#246 is another related issue for the exporters

@jmwright
Copy link
Member

jmwright commented Feb 5, 2021

@adam-urbanczyk Hasn't this issue already been addressed by #415 and related issues?

@adam-urbanczyk
Copy link
Member Author

Actually it did. You can export AMF using cq.exporters.export

@jmwright
Copy link
Member

jmwright commented Feb 5, 2021

Ok, closing.

@jmwright jmwright closed this as completed Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants