1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-20 22:31:38 +02:00

Added ends

This commit is contained in:
Chris Palmer
2020-11-15 16:27:53 +00:00
parent e38d9abfa0
commit ff5e8c0372
4 changed files with 149 additions and 63 deletions

View File

@@ -48,5 +48,12 @@ module drag_chains()
if($preview)
drag_chains();
else
else {
drag_chain_link(drag_chain);
translate([-x * 2, 0])
drag_chain_link(drag_chain, start = true);
translate([x * 2, 0])
drag_chain_link(drag_chain, end = true);
}

BIN
tests/png/drag_chain.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB