Skip to content

Commit

Permalink
rod latch comment, code and spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sparr committed Dec 6, 2011
1 parent 4e1f55e commit 409abe6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion partsrc/RodLatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@
sys.path.append(path)

z_rod_diameter = 8
y_rod_diameter = 8
#how far apart should the bolt holes be?
hole_spacing_wide = 26
hole_spacing_wide = 30
#how thick should the non-flange parts be?
thick_typical = 4.25
#how thick should the plastic under the bolt be?
thick_compress = 3

from MendelMax import *

#TODO: copies of this part for both rod sizes during final print
rod_diameter = z_rod_diameter

#how big are the bolts?
#TODO: replace with use of bolt module after it's written
bolt_hole_diameter = 5.5
Expand Down

0 comments on commit 409abe6

Please sign in to comment.