From f9a3f05118c7efa730a99c6b435a3816c98e4ff9 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sun, 31 Dec 2017 00:54:09 -0500 Subject: [PATCH] Add prism module to potentially use [this prism](http://amzn.to/2ChhcNy) in the design of a light with 3 [Adafruit Pixies](https://www.adafruit.com/product/2741), 9W at max. Potentially a stupid idea, but should be explored. --- scad/light.scad | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scad/light.scad b/scad/light.scad index d4fe26e..f61dd8a 100644 --- a/scad/light.scad +++ b/scad/light.scad @@ -1,5 +1,16 @@ include <./common.scad>; +/* + CynKen 1Pcs Optical Glass RGB Dispersion Prism X-CUBE for Physics Teach Decoration Art + Specifications: + Material: K9 Cristal + Size: 2cm x 2cm x 1.7cm/0.8'' x 0.8'' +*/ + +module prism () { + cube([20, 20, 17], center = true); +} + module adafruit_pixie () { $fn = 60; W = 0.8 * 25.4;