author | Michael Krelin <hacker@klever.net> | 2018-08-06 16:54:14 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-06 16:54:14 (UTC) |
commit | 505fcb9ec7ca622e37b23e9032ff3f1d45b6acea (patch) (unidiff) | |
tree | 9489c181ffd86d8cc628191cfd3d6fe698f0c5b0 | |
parent | 24c6078101f03c81fe0c05a3470d707e694de06b (diff) | |
download | extrudery-505fcb9ec7ca622e37b23e9032ff3f1d45b6acea.zip extrudery-505fcb9ec7ca622e37b23e9032ff3f1d45b6acea.tar.gz extrudery-505fcb9ec7ca622e37b23e9032ff3f1d45b6acea.tar.bz2 |
bracket: adjust motormounthole default diameter
-rw-r--r-- | titan-bracket.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/titan-bracket.scad b/titan-bracket.scad index 48858bb..924214a 100644 --- a/titan-bracket.scad +++ b/titan-bracket.scad | |||
@@ -19,13 +19,13 @@ module the_bracket( | |||
19 | motor_side=42.3, | 19 | motor_side=42.3, |
20 | motor_protrusion_hole_d = 23.5, | 20 | motor_protrusion_hole_d = 23.5, |
21 | motormountholes_span = 31, | 21 | motormountholes_span = 31, |
22 | thickness = 2, | 22 | thickness = 2, |
23 | motormountplate_thickness = 2.5, | 23 | motormountplate_thickness = 2.5, |
24 | mountplate_thickness = 2, | 24 | mountplate_thickness = 2, |
25 | motormounthole_d = 3, | 25 | motormounthole_d = 3.1, |
26 | motorconnector_width = 16.5, | 26 | motorconnector_width = 16.5, |
27 | motorconnector_hole_r = 2.5, | 27 | motorconnector_hole_r = 2.5, |
28 | motorconnector_distance = 16.5, | 28 | motorconnector_distance = 16.5, |
29 | mountscrew_l = 10, mountscrewhead_d = 6, mountscrewhead_h = 3, | 29 | mountscrew_l = 10, mountscrewhead_d = 6, mountscrewhead_h = 3, |
30 | mounthole_depth = 5, | 30 | mounthole_depth = 5, |
31 | motormounthole_depth = 4, | 31 | motormounthole_depth = 4, |