diff options
Diffstat (limited to 'src')
-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 |