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

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

Start spinning the spindle counterclockwise with speed p

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