Improve docs

This commit is contained in:
Frederik Menke 2023-12-31 22:58:49 +01:00
parent 4c7540b524
commit 8f8d2ffaa2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
use super::*;
/// Relative Positioning
/// Use Absolute Positioning
#[derive(Debug)]
pub struct G90Command;

View file

@ -1,6 +1,6 @@
use super::*;
/// Relative Positioning
/// Use Relative Positioning
#[derive(Debug)]
pub struct G91Command;