pub fn post<T>(
lines: &PostGeometrySource<T>,
post_template: &Tera,
) -> Result<Vec<String>, Box<dyn Error>>Expand description
Given a set of lines, gcode-process and generate GCode Returns either a list of gcode lines, or a box’d dyn error for what went wrong.