diff --git a/libtest.png b/libtest.png index 5eee585..82c7c80 100644 Binary files a/libtest.png and b/libtest.png differ diff --git a/readme.md b/readme.md index 1185304..f81e7f2 100644 --- a/readme.md +++ b/readme.md @@ -3805,6 +3805,7 @@ Rocker switch. Also used for neon indicator in the same form factor. | Qty | Module call | BOM entry | | ---:|:--- |:---| | 2 | `rocker(neon_indicator)` | Neon Indicator H8630FBNAL | +| 2 | `rocker(micro_rocker)` | Rocker Switch 10x15 | | 2 | `rocker(small_rocker)` | Rocker Switch PRASA1-16F-BB0BW | diff --git a/tests/png/rockers.png b/tests/png/rockers.png index bf3bd1f..b3a7feb 100644 Binary files a/tests/png/rockers.png and b/tests/png/rockers.png differ diff --git a/vitamins/rockers.scad b/vitamins/rockers.scad index 4afb4a4..3d6ba3a 100644 --- a/vitamins/rockers.scad +++ b/vitamins/rockers.scad @@ -19,6 +19,9 @@ include +micro_spades = [[spade3p5, 7.6, 0, 0, 0], + [spade3p5, 7.6, 0, 5.1, 0]]; + small_spades = [[spade4p8, 7.6, 0, 0, 0], [spade4p8, 7.6, 0, 7.1, 0]]; @@ -26,18 +29,19 @@ neon_spades = [[spade4p8, 7.3, 0, -7, 0], [spade4p8, 7.3, 0, 7, 0]]; // -// p s s f f f w h d b p b -// a l l l l l i e e e i u -// r o o a a a d i p z v t -// t t t n n n t g t e o t -// g g g h h h l t o -// w h e e e t n +// p s s f f f w h d b p b +// a l l l l l i e e e i u +// r o o a a a d i p z v t +// t t t n n n t g t e o t +// g g g h h h l t o +// w h e e e t n // -// w h t +// w h t // -small_rocker = ["small_rocker", "Rocker Switch PRASA1-16F-BB0BW", 13, 19.25, 15, 21, 2, 12.8, 18.5, 11.8, 2.5, -1, 3.8, small_spades]; -neon_indicator = ["neon_indicator", "Neon Indicator H8630FBNAL", 13, 19.25, 15, 21, 2, 12.8, 18.5, 12.5, 2.5, 0, 0.3, neon_spades]; +micro_rocker = ["micro_rocker", "Rocker Switch 10x15", 8.8, 13.9, 10.5, 15, 1.5, 8.2, 14, 9.3, 2.0, 0.8, 3.0, micro_spades]; +small_rocker = ["small_rocker", "Rocker Switch PRASA1-16F-BB0BW", 13, 19.25, 15, 21, 2, 12.8, 18.5, 11.8, 2.5, -1, 3.8, small_spades]; +neon_indicator = ["neon_indicator", "Neon Indicator H8630FBNAL", 13, 19.25, 15, 21, 2, 12.8, 18.5, 12.5, 2.5, 0, 0.3, neon_spades]; -rockers = [small_rocker, neon_indicator]; +rockers = [micro_rocker, small_rocker, neon_indicator]; use