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

Wire links can now be sleeved.

This commit is contained in:
Chris Palmer
2023-02-03 10:02:53 +00:00
parent abf1f1ab3f
commit f07fda70cd
7 changed files with 32 additions and 18 deletions

View File

@@ -28,6 +28,10 @@ module axials() {
rotate(90)
wire_link(0.8, inch(0.4));
pcb_grid(pcb, 1, 1.5)
rotate(90)
wire_link(0.8, inch(0.3), 0.75, sleeve = [1.5, "red"]);
pcb_grid(pcb, 0, 7)
wire_link(0.8, 0, 5);