Cut coordinate is relative the new plank
Dependencies
- [2]
4YYL4VTYIntroduce Cut - [3]
E6F2AEXPFix floorbuilding - [4]
LQ4TT46NThese conditions are not mutually exclusive - [5]
NJC3HBR6Initial attempt to not get too short planks at end of row - [6]
MLUGR2LLAdd default impl and some basic plank logic - [*]
5TH3AA4610 mm extra space
Change contents
- replacement in src/bin/main.rs at line 138
if !adjacent_row.check_if_cut_is_valid(Cut::new(required_length)) {if !adjacent_row.check_if_cut_is_valid(Cut::new(row.get_coverage() + required_length)) {