Versions in this module Expand all Collapse all v1 v1.2.13 Feb 20, 2022 v1.2.12 Feb 20, 2022 Changes in this version + type Formatter struct + EncryptionSeed uint32 + Version int + func NewFormatter(suffix string) (cf *Formatter) + func (cf *Formatter) Decode(file uv3dp.Reader, filesize int64) (printable uv3dp.Printable, err error) + func (cf *Formatter) Encode(writer uv3dp.Writer, printable uv3dp.Printable) (err error) + type Keyring struct + Init uint32 + Key uint32 + func NewKeyring(seed uint32, slice uint32) (kr *Keyring) + func (kr *Keyring) Next() (k byte) + func (kr *Keyring) Read(buff []byte) (size int, err error) + type Print struct + func (fdg *Print) LayerExposure(index int) (exposure uv3dp.Exposure) + func (fdg *Print) LayerImage(index int) (layerImage *image.Gray) + func (fdg *Print) LayerZ(index int) (z float32)