use gcode::Mnemonic; let src = r#" G90 (absolute coordinates) G00 X50.0 Y-10 (move somewhere) "#; let got: Vec<_> = gcode::parse(src).collect(); assert_eq!
確定! 回上一頁