This commit is contained in:
Frederik Menke 2023-12-10 14:01:36 +01:00
parent 396d24b451
commit 221ab355d5

View file

@ -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<GcodeReply> {
lazy_static! {
static ref RE_SET: Vec<Regex> = vec![