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

Fixed typos, corrected vitamin call, added boilerplate, updated images and readme.

This commit is contained in:
Chris
2023-03-11 17:50:16 +00:00
parent e899306a13
commit 18cd33c663
7 changed files with 105 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
//
// NopSCADlib Copyright Chris Palmer 2018
// NopSCADlib Copyright Chris Palmer 2023
// nop.head@gmail.com
// hydraraptor.blogspot.com
//
@@ -22,7 +22,7 @@ include <../vitamins/photo_interrupters.scad>
use <../utils/layout.scad>
module photo_interrupters()
layout([for(l = photo_interrupters) pi_base_length(l)], 5)
layout([for(l = photo_interrupters) pi_base_length(l)], 5, true)
photo_interrupter(photo_interrupters[$i]);
photo_interrupters();

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB