Function g_code::emit::format_gcode_io

source ·
pub fn format_gcode_io<'a: 'b, 'b, W>(
    program: impl IntoIterator<Item = &'b Token<'a>>,
    opts: FormatOptions,
    w: W
) -> Result<()>
where W: IoWrite,
Expand description

Write GCode tokens to an IoWrite in a nicely formatted manner