diff --git a/readme.md b/readme.md index 3cedee0..51ec0c1 100644 --- a/readme.md +++ b/readme.md @@ -2586,21 +2586,25 @@ SK shaft support brackets | Module | Description | |:--- |:--- | | ```sk_bracket(type)``` | SK shaft support bracket | -| ```sk_bracket_assembly(type, screw_length = 16, screw_type = M5_cap_screw, nut_type = undef)``` | Assembly with fasteners in place | +| ```sk_bracket_assembly(type, part_thickness = 2, screw_type = M5_cap_screw, nut_type = undef)``` | Assembly with fasteners in place | +| ```sk_bracket_hole_positions(type)``` | Place children at hole positions | ![sk_brackets](tests/png/sk_brackets.png) ### Vitamins | Qty | Module call | BOM entry | | ---:|:--- |:---| -| 4 | ```sliding_t_nut(M5_sliding_t_nut)``` | Nut M5 sliding T | -| 4 | ```nut(M5_nut)``` | Nut M5 x 4mm | +| 2 | ```sliding_t_nut(M4_sliding_t_nut)``` | Nut M4 sliding T | +| 2 | ```sliding_t_nut(M5_sliding_t_nut)``` | Nut M5 sliding T | +| 4 | ```nut(M5_nut, nyloc = undef)``` | Nut M5 x 4mm | | 1 | ```sk_bracket(SK10)``` | SK10 shaft support bracket | | 1 | ```sk_bracket(SK12)``` | SK12 shaft support bracket | | 1 | ```sk_bracket(SK16)``` | SK16 shaft support bracket | | 1 | ```sk_bracket(SK8)``` | SK8 shaft support bracket | -| 8 | ```screw(M5_cap_screw, 16)``` | Screw M5 cap x 16mm | -| 12 | ```washer(M5_washer)``` | Washer M5 x 10mm x 1mm | +| 2 | ```screw(M4_cap_screw, 16)``` | Screw M4 cap x 16mm | +| 6 | ```screw(M5_cap_screw, 16)``` | Screw M5 cap x 16mm | +| 2 | ```washer(M4_washer)``` | Washer M4 x 9mm x 0.8mm | +| 10 | ```washer(M5_washer)``` | Washer M5 x 10mm x 1mm | Top diff --git a/tests/png/nuts.png b/tests/png/nuts.png index b662be9..d331d1a 100644 Binary files a/tests/png/nuts.png and b/tests/png/nuts.png differ diff --git a/tests/png/sk_brackets.png b/tests/png/sk_brackets.png index f0386df..e60bac7 100644 Binary files a/tests/png/sk_brackets.png and b/tests/png/sk_brackets.png differ