From 905a3faa0cce8d7174d1c22a03e252c1cbd2e204 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 16 Oct 2025 20:16:40 +0200 Subject: [PATCH] more fine grained lines --- src/trap/laser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trap/laser.rs b/src/trap/laser.rs index ca9948b..88a324a 100644 --- a/src/trap/laser.rs +++ b/src/trap/laser.rs @@ -231,7 +231,7 @@ impl StreamSource{ color: [0., 0., 0.], weight: 0, }); - for j in (0..=0xFFF).step_by(0xFFF / 10) { + for j in (0..=0xFFF).step_by(0xFFF / 20) { // go back and forth, so galvo has it easier let y = if i % 2 == 0 { j } else {0xFFF - j}; points.push(laser::Point{