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

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

This will keep the axes unmoving for the period of time in seconds specified by the P number

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