summaryrefslogtreecommitdiff
path: root/src/dactyl_manuform.py
diff options
context:
space:
mode:
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)