Improve docs
This commit is contained in:
parent
4c7540b524
commit
8f8d2ffaa2
|
@ -1,6 +1,6 @@
|
|||
use super::*;
|
||||
|
||||
/// Relative Positioning
|
||||
/// Use Absolute Positioning
|
||||
#[derive(Debug)]
|
||||
pub struct G90Command;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use super::*;
|
||||
|
||||
/// Relative Positioning
|
||||
/// Use Relative Positioning
|
||||
#[derive(Debug)]
|
||||
pub struct G91Command;
|
||||
|
||||
|
|
Loading…
Reference in a new issue