From be14a52c21a7bf43f2d8f05f8fe77e7906d3a65d Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Thu, 25 Jul 2019 19:31:16 +0100 Subject: [PATCH] Fixed LDR comment --- readme.md | 4 ++-- vitamins/ldr.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 04b9c23..15e6bbd 100644 --- a/readme.md +++ b/readme.md @@ -989,8 +989,8 @@ Larger ones seem to have both a higher dark resistance and a lower bright light ### Vitamins | Qty | Module call | BOM entry | | ---:|:--- |:---| -| 1 | ```ldr(large_ldr)``` | Light dependent resistor | -| 1 | ```ldr(small_ldr)``` | Light dependent resistor | +| 1 | ```ldr(large_ldr)``` | Light dependent resistor - large | +| 1 | ```ldr(small_ldr)``` | Light dependent resistor - small | Top diff --git a/vitamins/ldr.scad b/vitamins/ldr.scad index 5bd20ec..d3dd659 100644 --- a/vitamins/ldr.scad +++ b/vitamins/ldr.scad @@ -33,7 +33,7 @@ function ldr_active(type) = type[6]; //! The active width function ldr_lead_d(type) = type[7]; //! The lead diameter module LDR(type, lead_length = 3) { //! Draw an LDR, can specify the lead length - vitamin(str("ldr(", type[0], "): Light dependent resistor: ", ldr_description(type))); + vitamin(str("ldr(", type[0], "): Light dependent resistor - ", ldr_description(type))); module shape() intersection() {