From e0b81abd331e5a1ad7a20ed5a2f3c0403a905f09 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 16 Oct 2025 18:30:47 +0200 Subject: [PATCH] homography point pincushion on alignment --- src/trap/filters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trap/filters.rs b/src/trap/filters.rs index fd97f67..57552bc 100644 --- a/src/trap/filters.rs +++ b/src/trap/filters.rs @@ -310,7 +310,7 @@ impl HomographyFilter { }).flatten().collect(); LaserPoints{ points: cursor_points, - space: CoordinateSpace::RawLaser, // don't run these through filters anymore + space: CoordinateSpace::Laser, // still need to be pincushioned } } }