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.
This commit is contained in:
parent
38d6409343
commit
f9a3f05118
|
@ -1,5 +1,16 @@
|
||||||
include <./common.scad>;
|
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 () {
|
module adafruit_pixie () {
|
||||||
$fn = 60;
|
$fn = 60;
|
||||||
W = 0.8 * 25.4;
|
W = 0.8 * 25.4;
|
||||||
|
|
Loading…
Reference in New Issue