-
Notifications
You must be signed in to change notification settings - Fork 69
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
Support colours for binary STL? #25
Comments
For the importer, why not? Even though it may be non-standard, it could make someone happy as long as it doesn't break anything. I'm not so sure the exporter should have non-standard output. |
When I was reading up on the Wiki article it appear the two non-standard methods cannot be automatically detected. It appear that one might need to make it an options (Default off?) to be able to handle this. |
Hello, |
Ah, so this AMF format is going to replace STL in the future? It would make sense to not bother about colours for STL then. At least until someone specifically requests it for something concrete. It was just when I saw the wiki article about some colour support I thought of the type of 3d printer we had at uni. The ones where the models is built by layers of powder, glued with an ink-jet printer head. (Can't remember what the processed is called now.) Since it added dye to the model, a single piece can have any colour you want. Thought it might be some use for that kind of printing. |
the process you describe is the old ZCorp. Now owned by 3d systems it is the Z printer line. We run four of them. I can check again but I am 99% sure that the color import, or at least the color written by Magics into a binary stl is no longer supported as input into the Zprinter pre-processing software. Re AMF> yes the idea from industry mostly in 2010 -11 (but with little imput really from the REPRAP movement) was toward a more robust extensible format that did really modern things like specify the UNITS of described geometry (sarcasm). AMF actually does a lot more like a robust color description, multi-materials, gradient materials, microstructures etc. Hod Lipson at Cornell headed up a team of which I played a very minor role. It is a good format in that it hopefully does not make many of the mistakes of VRML. AMF is documented here: http://amf.wikispaces.com/ There is open source code for writing amf here. http://sourceforge.net/projects/amftools/ It would be a great idea if this project looked at the long term viability of supporting AMF. You only have to print a file at 25.4 x the desired size once or twice before one sees the value of AMF. (Our stl exporter always exports in inches, a problem I see you guys have already solved) |
To clone the sourceforge code using git:
and then to update:
|
Will be be doing this?
http://en.wikipedia.org/wiki/STL_%28file_format%29
The text was updated successfully, but these errors were encountered: