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.