diff --git a/libtest.png b/libtest.png index ce247ab..14983aa 100644 Binary files a/libtest.png and b/libtest.png differ diff --git a/readme.md b/readme.md index 786db2e..08a0b7d 100644 --- a/readme.md +++ b/readme.md @@ -2673,6 +2673,7 @@ Threaded pillars. Each end can be male or female. | ---:|:--- |:---| | 1 | `pillar(M3x13_hex_pillar)` | Pillar hex M/F M3x13 | | 1 | `pillar(M3x20_hex_pillar)` | Pillar hex M/F M3x20 | +| 1 | `pillar(M3x6_hex_pillar)` | Pillar hex M/F M3x6 | | 1 | `pillar(M3x10_nylon_hex_pillar)` | Pillar hex nylon M/F M3x10 | | 1 | `pillar(M3x20_nylon_hex_pillar)` | Pillar hex nylon M/F M3x20 | | 1 | `pillar(M2x16_brass_pillar)` | Pillar nurled F/M M2x16 | diff --git a/tests/png/pillars.png b/tests/png/pillars.png index 63fe859..a211eb5 100644 Binary files a/tests/png/pillars.png and b/tests/png/pillars.png differ diff --git a/vitamins/pillars.scad b/vitamins/pillars.scad index 1d7d0b0..9ec9098 100644 --- a/vitamins/pillars.scad +++ b/vitamins/pillars.scad @@ -30,6 +30,7 @@ // d r r d d // M2x16_brass_pillar = ["M2x16_brass_pillar", "nurled", 2, 16, 3.17, 3.17, 0, 0, brass, brass, 3,-3]; +M3x6_hex_pillar = ["M3x6_hex_pillar", "hex", 3, 6, 5/cos(30), 5/cos(30), 6, 6, brass, brass, -5, 6]; M3x13_hex_pillar = ["M3x13_hex_pillar", "hex", 3, 13, 5/cos(30), 5/cos(30), 6, 6, "silver", silver, -6, 6]; M3x20_hex_pillar = ["M3x20_hex_pillar", "hex", 3, 20, 5/cos(30), 5/cos(30), 6, 6, "silver", silver, -8, 8]; M3x20_nylon_pillar = ["M3x20_nylon_pillar", "nylon", 3, 20, 8, 5/cos(30), 0, 6, "white", brass, -6, 6]; @@ -38,6 +39,6 @@ M3x20_nylon_hex_pillar = ["M3x20_nylon_hex_pillar", "hex nylon", 3, 20, 8/cos(30 M3x10_nylon_hex_pillar = ["M3x10_nylon_hex_pillar", "hex nylon", 3, 10,5.5/cos(30),5.5/cos(30),6, 6, grey(20), grey(20), -6, 6]; -pillars = [M2x16_brass_pillar, M3x13_hex_pillar, M3x20_hex_pillar, M3x20_nylon_pillar, M4x17_nylon_pillar, M3x10_nylon_hex_pillar, M3x20_nylon_hex_pillar]; +pillars = [M2x16_brass_pillar, M3x6_hex_pillar, M3x13_hex_pillar, M3x20_hex_pillar, M3x20_nylon_pillar, M4x17_nylon_pillar, M3x10_nylon_hex_pillar, M3x20_nylon_hex_pillar]; use