1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-14 11:24:00 +02:00

Added PTFE heatshrink sleeving.

This commit is contained in:
Chris
2023-03-10 17:25:26 +00:00
parent 14f6bb533a
commit 14698e5203
5 changed files with 22 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -22,7 +22,7 @@ use <../utils/layout.scad>
include <../vitamins/tubings.scad>
module tubings()
layout([for(t = tubings) tubing_od(t)], 8)
layout([for(t = tubings) tubing_od(t)], 5)
tubing(tubings[$i]);
if($preview)