Add TODO
This commit is contained in:
parent
396d24b451
commit
221ab355d5
|
@ -17,6 +17,7 @@ impl GcodeCommand for M114Command {
|
||||||
"M114".into()
|
"M114".into()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: This one doesn't seem to work and throws an error
|
||||||
fn parse_reply(&self, reply: &str) -> Result<GcodeReply> {
|
fn parse_reply(&self, reply: &str) -> Result<GcodeReply> {
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
static ref RE_SET: Vec<Regex> = vec![
|
static ref RE_SET: Vec<Regex> = vec![
|
||||||
|
|
Loading…
Reference in a new issue