mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-20 22:31:38 +02:00
Added ends
This commit is contained in:
@@ -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
BIN
tests/png/drag_chain.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user