dwell

Function dwell 

Source
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.