G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-containers
ContainerMetadata
Interface ContainerMetadata
interface
ContainerMetadata
{
filaments
?:
FilamentInfo
[]
;
machine
?:
MachineGeometry
;
raw
:
Record
<
string
,
string
>
;
warnings
:
{
code
:
string
;
message
:
string
}
[]
;
}
Index
Properties
filaments?
machine?
raw
warnings
Properties
Optional
filaments
filaments
?:
FilamentInfo
[]
Optional
machine
machine
?:
MachineGeometry
raw
raw
:
Record
<
string
,
string
>
Whitelisted key/value settings (bounded) — also feeds dialect detection.
warnings
warnings
:
{
code
:
string
;
message
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filaments
machine
raw
warnings
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
Whitelisted key/value settings (bounded) — also feeds dialect detection.