-
Notifications
You must be signed in to change notification settings - Fork 299
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
Comments
I'd get some use out of the AMF export option cadquery/cadquery/occ_impl/exporters.py Line 148 in e69b2f8
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. |
#246 is another related issue for the exporters |
@adam-urbanczyk Hasn't this issue already been addressed by #415 and related issues? |
Actually it did. You can export AMF using |
Ok, closing. |
Current public exporting interface is so-so. It would be at least good to expose
exportStep
in the fluent API.Related to #212
The text was updated successfully, but these errors were encountered: