Skip to content

Commit

Permalink
Shorten frame width to avoid overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
wcmartylee authored and olantwin committed Feb 20, 2025
1 parent f63d6d8 commit 6eafa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry/geometry_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
c.strawtubes.YLayerOffset = 1. * u.cm
c.strawtubes.YPlaneOffset = 0 * u.cm
c.strawtubes.FrameMaterial = "steel"
c.strawtubes.FrameLateralWidth = 0.25 * u.m
c.strawtubes.FrameLateralWidth = 0.17 * u.m
c.strawtubes.DeltazFrame = 2.5 * u.cm

c.strawtubes.WallThickness = 0.0036 * u.cm
Expand Down

0 comments on commit 6eafa73

Please sign in to comment.