diff --git a/red/src/printer/gcode/m114.rs b/red/src/printer/gcode/m114.rs index 2938e5a..d6f5cc5 100644 --- a/red/src/printer/gcode/m114.rs +++ b/red/src/printer/gcode/m114.rs @@ -17,6 +17,7 @@ impl GcodeCommand for M114Command { "M114".into() } + // TODO: This one doesn't seem to work and throws an error fn parse_reply(&self, reply: &str) -> Result { lazy_static! { static ref RE_SET: Vec = vec![