Function g_code::emit::format_gcode_io

source ยท
pub fn format_gcode_io<W>(
    program: &[Token<'_>],
    opts: FormatOptions,
    w: W,
) -> Result<()>
where W: IoWrite,
Expand description

Write GCode tokens to an IoWrite in a nicely formatted manner