summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-08-11 21:11:22 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-08-11 21:11:22 -0400
commitadac76f4e7d119dd12fa9612387ac8ba609124fb (patch)
tree5cd69155f3712b40ad9dda9ed84dd10c676e9ca0 /src/generate_configuration.py
parentca9783df5dc645a027743902f7f3b2e0348fd716 (diff)
Added undercut for tray.
Discovered why people had an issue with the tray. The cadquery had interference and solid did not. After fixing the unintentional difference, I found both had intereference. Added an undercut to locally thin the wall for tray engagement.
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r--src/generate_configuration.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index 62adb1d..ba1fb3e 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -7,8 +7,8 @@ r2d = 180 / pi
shape_config = {
- # 'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
- 'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
+ 'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
+ # 'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
######################
@@ -284,7 +284,7 @@ shape_config = {
'external_holder_height': 12.5,
'external_holder_width': 28.75,
'external_holder_xoffset': -5.0,
-
+ 'external_holder_yoffset': -4.5, #Tweak this value to get the right undercut for the tray engagement.
# Offset is from the top inner corner of the top inner key.