Function g_code::emit::command::linear_interpolation
source · pub fn linear_interpolation<'a, I: Iterator<Item = Field<'a>>>(
args: I
) -> Command<'a>Expand description
Interpolate along a line to the desired position
Typically used for “cutting” motion
To instantiate the command, call this function or use the crate::command macro.