On 2 Apr 2013 , at 12:32 AM, Michael McCool wrote:
> Is there any documentation on the x3g file format? I've looked all over
> (except in the ReplicatorG source code, which is my last resort) and can't
> find any.
https://github.com/makerbot/s3g/blob/master/doc/s3gProtocol.md
However, the RepG and MW sources are the definitive guide -- the "in practice"
guide.
> For various reasons, I want to make small, automated edits to the x3g files
> (such as inserting pauses between slices to change filament colors)
For that you would need to send s3g command 23.
> on a
> VERY lightweight processor with my own code and don't want to fire up all
> of ReplicatorG.
> Any pointers would be most welcome!
Of course this means you will be printing over USB. So you need to follow
the serial framing for s3g/x3g and not the unframed data used for files.
And you will be buying into the printing defects some people (many people)
see when doing detailed prints over USB.
Dan