Module emit

Module emit 

Source
Expand description

g-code emitter with a few basic commands and argument-checking

Modules§

command
Higher-level constructs for g-code emission
compact
Output compact representations

Structs§

Field
Fundamental unit of g-code: a descriptive letter followed by a value.
FormatOptions

Enums§

Token
The output struct for g-code emission implementing std::fmt::Display
Value
All the possible variations of a field’s value. Some flavors of g-code also allow for strings.

Functions§

format_gcode_fmt
Write formatted GCode to a FmtWrite in a nicely formatted manner
format_gcode_io
Write GCode tokens to an IoWrite in a nicely formatted manner