Print cut coordinates too

AfoHT
Jan 26, 2024, 10:16 PM
VDT54RTYXR4TDF76PHLZGTXUTHZ3ZX3HITFMNJDZ4UD6M5FQYOUQC

Dependencies

  • [2] OWEKMGGT Rework printout to use double rows
  • [3] 6ODVKCN4 Fix printouts of relative lengths
  • [4] USO5PZWO Start with the print function, separate mutable and immutable functions
  • [*] 5TH3AA46 10 mm extra space

Change contents

  • replacement in src/bin/main.rs at line 47
    [2.245][2.245:268]()
    println!("|");
    [2.245]
    [3.808]
    print!("|");
    print!(" Cut coordinates: ");
    for cut in row.get_cut_coordinates() {
    print!(" {cut: ^6}, ");
    }
    println!();