1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-01 19:33:06 +02:00

Added green_terminals and pin_headers to lib.scad.

Removed terminal_254() because it can't work.
This commit is contained in:
Chris Palmer
2020-03-02 13:51:59 +00:00
parent a1d385f9ec
commit 4edd08977f
3 changed files with 2 additions and 4 deletions

View File

@@ -177,6 +177,3 @@ module green_terminal(type, ways, skip = [], colour = "lime") { //! Draw green t
translate([0, i * pitch - width / 2 + pitch / 2])
single(in(skip, i));
}
module terminal_254(ways, skip = []) //! Draw 0.1" terminal block
green_terminal(gt_2p54, ways, skip);