pub fn parse_offset(s: &str) -> Result<CoordPoint, String>Expand description
Parse an offset string like “5mm,0mm” or just “5mm” (for single axis).
pub fn parse_offset(s: &str) -> Result<CoordPoint, String>Parse an offset string like “5mm,0mm” or just “5mm” (for single axis).