I was really hoping this was going to be one of the super minimalist LED lamps with just a resistor and rectifier. In a way it is, but a bit more sophisticated.
Also featuring some of the completely useless 3D objects I've made as I've got into the script based 3D modelling. The crystals are promising. I may scale it up and then add some mounting holes for LEDs inside.
If you enjoy these videos you can help support the channel with a dollar for coffee, cookies and random gadgets for disassembly at:-
http://www.bigclive.com/coffee.htm
This also keeps the channel independent of YouTube's advertising algorithms allowing it to be a bit more dangerous and naughty.
The openscad script for the bench mountable Costa chocolate coin holder is below.
//Big Clive Costa chocolate coin rack
difference(){
union(){
//main block
translate([-38, -20, 0])
cube([73,40,12]);
//mounting wings at each end
translate([-38,0,0])
cylinder(h = 3, d1 = 20, d2 = 18);
translate([35,0,0])
cylinder(h = 3, d1 = 20, d2 = 18);
}
//40mm coins x 5 (radius 20mm)
translate([-7,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-14,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-21,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-28,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-35,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
//30mm coins x 5 (radius = 15)
translate([0,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([7,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([14,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([21,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([28,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
//countersunk fixing holes in wings
translate([-42,0,-0.5])
cylinder(h = 4, d1 = 3, d2 = 6);
translate([39,0,-0.5])
cylinder(h = 4, d1 = 3, d2 = 6);
}
Also featuring some of the completely useless 3D objects I've made as I've got into the script based 3D modelling. The crystals are promising. I may scale it up and then add some mounting holes for LEDs inside.
If you enjoy these videos you can help support the channel with a dollar for coffee, cookies and random gadgets for disassembly at:-
http://www.bigclive.com/coffee.htm
This also keeps the channel independent of YouTube's advertising algorithms allowing it to be a bit more dangerous and naughty.
The openscad script for the bench mountable Costa chocolate coin holder is below.
//Big Clive Costa chocolate coin rack
difference(){
union(){
//main block
translate([-38, -20, 0])
cube([73,40,12]);
//mounting wings at each end
translate([-38,0,0])
cylinder(h = 3, d1 = 20, d2 = 18);
translate([35,0,0])
cylinder(h = 3, d1 = 20, d2 = 18);
}
//40mm coins x 5 (radius 20mm)
translate([-7,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-14,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-21,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-28,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
translate([-35,0,21])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 20, r2 = 20);
//30mm coins x 5 (radius = 15)
translate([0,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([7,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([14,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([21,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
translate([28,0,16])
rotate([0,90,0])
cylinder(h = 4.5, r1 = 15, r2 = 15);
//countersunk fixing holes in wings
translate([-42,0,-0.5])
cylinder(h = 4, d1 = 3, d2 = 6);
translate([39,0,-0.5])
cylinder(h = 4, d1 = 3, d2 = 6);
}
Shirley that's a candle bulb. It's supposed to flicker, innit?
You are very funny when the tips of your cutters slide over the slippery metal. Somehow, I don't see any big scars from when you are not lucky.
Why do you want to store your chocolates in iRaq? Better to store them where they won't die from the heat when they should be dying from HCL acid "poisoning".
Masticating?
Keep doing that, and you'll go blind. 😁
I wonder what sort of circuitry is used in the 120 volt versions of a candelabra LED filament lamp? Speaking of the construction being similar to a convention light bulb, does anyone know if they bothered to evacuate the glass envelope as well?
It's not ppointless if it's fun! 😀
+1 Open SCAD, you should do a video on this @bigclivedotcom
re-entrant objects you say? Can you 3D print a Klein bottle?
Costa should be ordering those from you by the millions!