G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-dialects
DialectRun
Interface DialectRun
interface
DialectRun
{
detections
:
DialectDetection
[]
;
onCommand
:
(
event
:
CommandEvent
)
=>
void
;
onComment
:
(
text
:
string
,
srcByte
:
number
)
=>
void
;
finalize
(
ir
:
ToolpathIR
)
:
DialectRunResult
;
}
Index
Properties
detections
on
Command
on
Comment
Methods
finalize
Properties
detections
detections
:
DialectDetection
[]
on
Command
onCommand
:
(
event
:
CommandEvent
)
=>
void
on
Comment
onComment
:
(
text
:
string
,
srcByte
:
number
)
=>
void
Methods
finalize
finalize
(
ir
:
ToolpathIR
)
:
DialectRunResult
Parameters
ir
:
ToolpathIR
Returns
DialectRunResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detections
on
Command
on
Comment
Methods
finalize
Guide
npm
GitHub
G-code Preview — API Reference
Loading...