1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-22 07:03:45 +02:00

Added right angle option to box headers.

This commit is contained in:
Chris Palmer
2023-05-08 19:52:51 +01:00
parent 06a286dc98
commit e81dcfdbd8
4 changed files with 67 additions and 27 deletions

View File

@@ -45,9 +45,15 @@ module pin_headers() {
translate([0, 50])
box_header(pin_headers[$i], 8, 1);
translate([40, 40])
box_header(pin_headers[$i], 8, 1, right_angle = true);
translate([0, 60])
box_header(pin_headers[$i], 10, 2);
translate([40, 60])
box_header(pin_headers[$i], 10, 2, right_angle = true);
translate([0, 70])
pin_socket(pin_headers[$i], 8, 1);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 168 KiB