fix unfortunate commit
This commit is contained in:
commit
85113a760f
1 changed files with 1 additions and 0 deletions
|
@ -445,6 +445,7 @@ fn laser_frame_producer(model: &mut LaserModel, frame: &mut laser::Frame){
|
|||
// split by blanked points
|
||||
let lines = split_on_blank(new_laser_points);
|
||||
for line in lines {
|
||||
dbg!("Line: {:?}", &line);
|
||||
frame.add_lines(line);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue