Browse Source

fix breadboard hole spacing

master
wes 4 months ago
parent
commit
b53b7b7380
  1. 4
      fan_control_box.py

4
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,
)

Loading…
Cancel
Save