Derive Default for M114Command
This commit is contained in:
parent
65bab91e8b
commit
7e02c6ddef
|
@ -28,6 +28,7 @@ pub trait GcodeCommand: Debug + Send {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Default)]
|
||||
pub struct M114Command;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Reference in a new issue