diff options
author | joshreve <j.a.shreve@gmail.com> | 2020-09-03 22:09:21 -0400 |
---|---|---|
committer | joshreve <j.a.shreve@gmail.com> | 2020-09-03 22:09:21 -0400 |
commit | fcbb09b71bcf5f47d7d5f0506594764e21d27a96 (patch) | |
tree | 598bb95141943338aac32bd67c2f59c158b21f84 | |
parent | 99ad4ee0b7700b3cc4b85b8ed95cd681a2d12933 (diff) |
Added mising hotswap plate file. Still needs height verification on hotswap features relative to switch mount.
-rw-r--r-- | src/dactyl_manuform.py | 4 | ||||
-rw-r--r-- | src/hot_swap_plate.stl | bin | 0 -> 337284 bytes |
2 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) diff --git a/src/hot_swap_plate.stl b/src/hot_swap_plate.stl Binary files differnew file mode 100644 index 0000000..16057e0 --- /dev/null +++ b/src/hot_swap_plate.stl |