Print cut coordinates too
Dependencies
- [2]
OWEKMGGTRework printout to use double rows - [3]
6ODVKCN4Fix printouts of relative lengths - [4]
USO5PZWOStart with the print function, separate mutable and immutable functions - [*]
5TH3AA4610 mm extra space
Change contents
- replacement in src/bin/main.rs at line 47
println!("|");print!("|");print!(" Cut coordinates: ");for cut in row.get_cut_coordinates() {print!(" {cut: ^6}, ");}println!();