Add factory generator

This commit is contained in:
hal8174 2025-01-31 23:37:45 +01:00
parent 295490858b
commit 6fbff67e61
14 changed files with 308 additions and 15 deletions

View file

@ -64,7 +64,7 @@ where
start_dir: c.start_dir,
end_pos: c
.end_pos
.in_direction(&c.start_dir.clockwise(), i as PositionType),
.in_direction(&c.end_dir.clockwise(), i as PositionType),
end_dir: c.end_dir,
beltspeed: c.beltspeed,
})