From 7627cc59f159745f188e24dd6a0881ad37939af5 Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Mon, 26 Jul 2021 22:31:34 -0400 Subject: Fixing file extension errors for readme. --- README.md | 2 +- src/dactyl_manuform.py | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 24444b1..6486fb7 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ This is a new feature so any feedback is appreciated. If you have issues, messa ### Screw Post Locations You can now have slightly better control of screw mounts. Set to `'screws_offset':'INSIDE'`, `'screws_offset':'OUTSIDE'` or `'screws_offset': 'ORIGINAL'` to control screw locations relative to the wall. -![Inside Screws](./resources/inside_screw_posts.PNG) +![Inside Screws](./resources/inside_screw_posts.png) ## Status / Future This is now a bit of a monster of many minds and yet continues to bear fruit. I plan to continue to use this code to try new geometries and features to share. I am still working on a new generator, but feel this one can continue to evolve and inform the other effort. diff --git a/src/dactyl_manuform.py b/src/dactyl_manuform.py index c205fec..eb660f1 100644 --- a/src/dactyl_manuform.py +++ b/src/dactyl_manuform.py @@ -607,6 +607,7 @@ def thumb_1x_layout(shape, cap=False): ] if default_1U_cluster: + shape_list.append(thumb_tr_place(rotate(rotate(shape, (0, 0, 90)), [0, 0, thumb_plate_tr_rotation]))) shape_list.append(thumb_tr_place(rotate(rotate(shape, (0, 0, 90)), [0, 0, thumb_plate_tr_rotation]))) shape_list.append(thumb_tl_place(rotate(shape, [0, 0, thumb_plate_tl_rotation]))) shapes = add(shape_list) @@ -1242,29 +1243,32 @@ def minidox_thumb(side="right"): return shape -# # def minidox_thumb_post_tr(): +# debugprint('thumb_post_tr()') # return translate(web_post(), -# [(mount_width / 2) - post_adj, (mount_height / 1.15) - post_adj, 0] -# ) +# [(mount_width / 2) - post_adj, ((mount_height/2) + double_plate_height) - post_adj, 0] +# ) # # # def minidox_thumb_post_tl(): +# debugprint('thumb_post_tl()') # return translate(web_post(), -# [-(mount_width / 2) + post_adj, (mount_height / 1.15) - post_adj, 0] -# ) +# [-(mount_width / 2) + post_adj, ((mount_height/2) + double_plate_height) - post_adj, 0] +# ) # # # def minidox_thumb_post_bl(): +# debugprint('thumb_post_bl()') # return translate(web_post(), -# [-(mount_width / 2) + post_adj, -(mount_height / 1.15) + post_adj, 0] -# ) +# [-(mount_width / 2) + post_adj, -((mount_height/2) + double_plate_height) + post_adj, 0] +# ) # # # def minidox_thumb_post_br(): +# debugprint('thumb_post_br()') # return translate(web_post(), -# [(mount_width / 2) - post_adj, -(mount_height / 1.15) + post_adj, 0] -# ) +# [(mount_width / 2) - post_adj, -((mount_height/2) + double_plate_height) + post_adj, 0] +# ) def minidox_thumb_connectors(): -- cgit v1.2.3-70-g09d2