Function g_code::emit::command::relative_distance_mode[][src]

pub fn relative_distance_mode<'a, I: Iterator<Item = Field<'a>>>(
    args: I
) -> Command<'a>
Expand description

In relative distance mode, axis numbers usually represent increments from the current values of the numbers

To instantiate the command, call this function or use the crate::command macro.