Improve docs
This commit is contained in:
parent
4c7540b524
commit
8f8d2ffaa2
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue