summaryrefslogtreecommitdiff
path: root/src/run_config.json
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/run_config.json
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/run_config.json')
-rw-r--r--src/run_config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/run_config.json b/src/run_config.json
index 6465ff3..a712c6f 100644
--- a/src/run_config.json
+++ b/src/run_config.json
@@ -1,5 +1,5 @@
{
- "ENGINE": "cadquery",
+ "ENGINE": "solid",
"save_dir": ".",
"config_name": "DM",
"show_caps": false,
@@ -242,6 +242,7 @@
"external_holder_height": 12.5,
"external_holder_width": 28.75,
"external_holder_xoffset": -5.0,
+ "external_holder_yoffset": -4.5,
"screw_hole_diameter": 2,
"base_thickness": 3.0,
"base_offset": 3.0,