From b53b7b738036cbfdb19889f53d93027e7d75e5fb Mon Sep 17 00:00:00 2001 From: wes Date: Thu, 12 Dec 2024 13:25:46 -0500 Subject: [PATCH] fix breadboard hole spacing --- fan_control_box.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fan_control_box.py b/fan_control_box.py index e14fc82..94d4cad 100644 --- a/fan_control_box.py +++ b/fan_control_box.py @@ -256,9 +256,9 @@ lower_box = make_component_holder( lower_box = make_component_holder_line( lower_box, pole_height=inner_pole_height, - line_x_dist=breadboard_height + 3.8, + line_x_dist=breadboard_height + 2.2, line_y_dist=0, - x_offset=-(breadboard_height / 2.0) - 1.9, + x_offset=-(breadboard_height / 2.0) - 1.7, y_offset=40, )