summaryrefslogtreecommitdiff
path: root/src/dactyl_manuform.py
diff options
context:
space:
mode:
authorjoshreve <j.a.shreve@gmail.com>2020-09-03 22:09:21 -0400
committerjoshreve <j.a.shreve@gmail.com>2020-09-03 22:09:21 -0400
commitfcbb09b71bcf5f47d7d5f0506594764e21d27a96 (patch)
tree598bb95141943338aac32bd67c2f59c158b21f84 /src/dactyl_manuform.py
parent99ad4ee0b7700b3cc4b85b8ed95cd681a2d12933 (diff)
Added mising hotswap plate file. Still needs height verification on hotswap features relative to switch mount.
Diffstat (limited to 'src/dactyl_manuform.py')
-rw-r--r--src/dactyl_manuform.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dactyl_manuform.py b/src/dactyl_manuform.py
index 33ae4e4..d860a24 100644
--- a/src/dactyl_manuform.py
+++ b/src/dactyl_manuform.py
@@ -118,9 +118,7 @@ def single_plate(cylinder_segments=100):
plate = plate_half1 + plate_half2
if hot_swap:
- hot_swap_socket = sl.import_(
- path.join(r"..", "geometry", r"hot_swap_plate.stl")
- )
+ hot_swap_socket = sl.import_(path.join("..", "src", r"hot_swap_plate.stl"))
hot_swap_socket = sl.translate([0, 0, plate_thickness - 5.25])(hot_swap_socket)
plate = sl.union()(plate, hot_swap_socket)