1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-02 03:42:42 +02:00

Added LDR models

This commit is contained in:
Chris Palmer
2019-07-25 11:00:04 +01:00
parent c68f879d13
commit f85a7e85be
8 changed files with 218 additions and 11 deletions

View File

@@ -40,6 +40,7 @@ use <tests/inserts.scad>
use <tests/jack.scad>
use <tests/leadnuts.scad>
use <tests/leds.scad>
use <tests/ldrs.scad>
use <tests/light_strips.scad>
use <tests/linear_bearings.scad>
use <tests/meter.scad>
@@ -252,6 +253,9 @@ components_y = toggles_y + 40;
translate([x2, leds_y])
leds();
translate([x2 + 40, leds_y])
ldrs();
translate([x2 + 8, carriers_y])
carriers();