1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-28 01:29:54 +02:00

Added jack_4mm_plastic().

This commit is contained in:
Chris Palmer
2021-09-26 11:25:08 +01:00
parent 30db66034c
commit 6012787781
4 changed files with 83 additions and 2 deletions

View File

@@ -22,12 +22,15 @@ use <../vitamins/jack.scad>
module jacks() {
translate([0, 0])
jack_4mm("blue",3, "royalblue");
jack_4mm_plastic("black",3, grey(20));
translate([20, 0])
jack_4mm_shielded("brown", 3, "sienna");
jack_4mm("blue",3, "royalblue");
translate([40, 0])
jack_4mm_shielded("brown", 3, "sienna");
translate([60, 0])
post_4mm("red",3);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 89 KiB