Openscad: Export colors to .amf files.

Created on 28 Feb 2016  路  4Comments  路  Source: openscad/openscad

As AMF files support color, and as OpenSCAD has partial support for color, and as 3D printing is about to move to multi-color (mixing nozzles), it would seem to make sense to export color values to the AMF files.

On the same note, for the last reason, it might also make sense for OpenSCAD to move to AMF as it's main file format, instead of STL?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

AMF Enhancement

Most helpful comment

Let me risk a bit of necromancy and shameless plugging:

Recently I put a script on github that allows exporting a given model as AMF/3MF, with colors preserved. Perhaps it can be helpful, until OpenSCAD can handle this natively.

It can be found here: https://github.com/jschobben/colorscad

All 4 comments

Hmm, deja vu again :)

Once #1608 is done, then multi-color AMF, STL etc becomes quite possible.

There isn't really a "main format", the conversion to STL is the last step of export, it is not used as an internal representation. So all you could do is change the order of entries on the "Export" menu.

Interesting, I am glad to hear that last part. #1608 look quite long, so will read it another time, as I am quite tired...

Any progress on this?

Let me risk a bit of necromancy and shameless plugging:

Recently I put a script on github that allows exporting a given model as AMF/3MF, with colors preserved. Perhaps it can be helpful, until OpenSCAD can handle this natively.

It can be found here: https://github.com/jschobben/colorscad

Was this page helpful?
0 / 5 - 0 ratings