1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-26 16:54:48 +02:00

Updated images and readme.

This commit is contained in:
Chris Palmer
2020-11-13 10:39:35 +00:00
parent ce6aec428d
commit fb9eca85c6
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

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