post

Function post 

Source
pub fn post<T>(
    lines: &PostGeometrySource<T>,
    post_template: &Tera,
) -> Result<Vec<String>, Box<dyn Error>>
where T: CoordNum + Real,
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.