SamSuka
bigclive
bigclive

patreon


Should I make a video about these?

I featured these 3D printed cabochon lights on the last livestream, and was wondering if it's worth making a short video about them.

Here's the openscad script that will let you generate STL files with custom shapes and sizes, including an adjustable size hole for the LED that holds it in position.

The three adjustable variables are LED for the LED hole size (usually 5 or 3mm), Diameter for the outer diameter of the light (it scales the rest up) and facets which is the number of facets on each face.   I'd recommend a minimum of four as the one 3-facet cabochon I tried to print didn't adhere well at the base.  I could theoretically create a ledge there to assist printing.

To use this script in openscad just highlight it and copy it.  Then paste it into the empty left hand window of openscad (delete anything that's there already).  Press the >> button at the top to see a rough-up.  When happy select the hourglass button next to >> and it will create the STL file.  Then press the STL button to save it.

I'd recommend using a raft for extra bed adhesion if needed.

//Cabochon fairy light cap generator
//ADJUST THESE THREE VARIABLES TO SUIT
LED=5;          //LED HOLE diameter (3 or 5?)
diameter=40;    //Diameter of cabochon 20-100
facets=6;       //Number of facets 3-360
//Don't touch variables below this line
cap=diameter/3;
base=cap*2;
difference(){
union(){
difference(){
union(){
//main crystal
translate([0,0,10])
cylinder(h=base,d1=8,d2=diameter,$fn=facets);
//crystal cap
translate([0,0,base+10])
cylinder(h=cap,d1=diameter,d2=0,$fn=facets);
}
//base interior
translate([0,0,10])
cylinder(h=base,d1=6,d2=diameter-2,$fn=facets);
//cap interior
translate([0,0,base+10])
cylinder(h=cap-1,d1=diameter-2,d2=0,$fn=facets);
}

//LED INSERT

//LED base cylinder
translate([0,0,0])
cylinder(h=15,d1=10,d2=10,$fn=60);
//LED base dome
translate([0,0,15])
cylinder(h=3,d1=10,d2=LED+1,$fn=60);
}
//LED base interior
translate([0,0,-1])
cylinder(h=16,d1=8,d2=8,$fn=60);
//LED dome interior
translate([0,0,15])
cylinder(h=2,d1=8,d2=LED,$fn=60);
//LED hole
translate([0,0,15])
cylinder(h=5,d1=LED,d2=LED,$fn=60);

//x-ray cube
//translate([-50,-50,-1])
//cube([100,50,100]);
   }

Should I make a video about these?

Comments

Try fresh dry filament. I'm not sure what the settings are on my printer as they are the default ones in the UP software for the Cetus 2. It rarely has any issues printing.

Big Clive

I made a test print on some old random filament. Looked great but the inside was very stringy (only visible when you stick a LED in there). I modified the SCAD model to use thinner walls which helped but there are still a couple of strings. Tried various retraction setting without luck. Would be interested to see Clive's settings!

Paul Hill

The green appeared to be damp and I've obviously printed a nice Halloween wig for Barbie. Very print-friendly though with stuff that's been kept in the dry box. I did use a small raft to make sure it didn't wander off.

Paul Noble

Yes please.

Any 3D printed LED projects are welcome.

yeah, this will be interesting

Groovy1024

Yes for sure Clive, but include everything. You chop too much out of your project builds thinking we aren’t interested, But we are, “well hell yeah”. Love your work mate, you’re the best!

Mike Wynne

The Cetus software seems to change to a different mode at the top of the spheres and there's a distinctly different visual effect. With the Cabochons I ensured a gentle angle of the faces.

Big Clive

Jacinta Ardern may object to Clive electrocuting Kiwis., a kiwi on the other hand... Personally I think electrocuting black pudding is long overdue.

Alice Chapman

Yes. Your videos are always interesting and often throw up some new or fun information.

> The angles and shape were optimised to be 3D printer friendly. Interesting. An acquaintance at work was 3D printing some translucent spheres, which looked almost like soap bubbles. He had tweaked the g-code to just make 1-2 circular passes per layer, with no back-and-forth raster fills. As I recall, he adjusted the layer spacing to account for the non-uniform slope.

Paul Ste. Marie

Hell, yeah! :)

Ross Robertson

Yes please 😁

Is there ever a video like that? Doing something you shouldn't is part of being a geek / engineer imho.

I'd enjoy it, I love your lighting projects! Celebrate with electrocuting a food when complete. Maybe a Kiwi?

Nice little design. I think it would make a good video and like has been said perhaps include a bit about the software and using the printer. I'm going to reinstall my graphics driver again because Microsoft wants me to buy a new graphics card and my slicer said it wasn't compatible and then I'm going to print one in a nice green.

Paul Noble

No. I'm too used to writing assembler. It also suits adding it to text areas like above.

Big Clive

My OCD is firing, please tell me you indent your code!

Adam Pepper

They print directly from the generated STL file on my Cetus 2. The angles and shape were optimised to be 3D printer friendly.

Big Clive

I definitely vote yes! I printed one during the live stream and it came out great (I did use a brim to prevent it from falling off the build surface mid-print).

Yes, is there anyway you could include a time laps of the printer as its making it also?

Would love it!

Yes 👍

I would love to see a video explaining how to design stuff in scad.

When you ask if you should make a video about something, the answer is always YES! The only time you don't make a video about something is if you know that you shouldn't.

Michael Horton

I'm curious of tech that I don't use, and welcome comparisons to my vintage pen plotters.

Andrew Donaldson

Definitely. Rather than destroying yet another sort of food by electricity, I'd much rather watch that (even though I don't have a 3D printer). I think they're rather nice (even though I don't have a use for Christmas lights), the printing artifacts generate a nice dissipation pattern. Go for it.

horrovac

You could explain how to generate the stl file and then point to some of the online 3D printing services out there. I think it would suit a short punchy video rather than anything too long.

Mike Hanley

The default answer whenever Clive asks if he should make a video... Duh... Yes, of course!

Scott Miller

If it’s a choice between a video about these and no video, then go for it. You’ve made videos I’d guess would be similar, but you usually manage a new twist on things. On the other hand, if you have things lying around the bench that you’ve been meaning to make videos about, how about doing one of those instead? Or as well?

Oh, those look nice! Did you have to hand tweak the g code to get them to print well?

Paul Ste. Marie

Anything that shines a bit of light on these dark nights gets my vote.

Phil in the kitchen

I don't have a 3D printer. Or access to one. Or the desire to use one. So I am moderately indifferent.

Mark Trombley

Always.

Absolutely *YES*

Mike Cowen

That's worth it right there! Have fun!

Mike Cowen

I have a Cetus 2 by Tiertime.

Big Clive

Nah, electrocute a haggis instead.! Or if you do, how about changing the focus from the 3D Printing and add a PIC to make the lights more like the "icicle"?

Angus McLean

If you don't.... I'm dropping my Patreon'age! :-)

I think you should. Maybe with some of the printing process

Robert Morley

Not only are they worth a short video, they are most worthy of a long video. Perhaps a selection of coloured clear \ diffused \ flashing leds for comparison and optical effect...........Please

Please make a video. Which printer do you have I don't remember the video it must have been a while ago if you made one

Absolutely. I’ve been looking for another project for my son and I to work on.

I will go against the crowd here and say - yes. I have transparent filament in the printer at the moment so I give it try tonight. Update: After a few tries I got a good result. On my printer (Weistek 150) I use No Fill and 2 shells. As the printer software is quite shitty I have created a #C program to correct for fixing mechanical mis-alignments, temperature and feed rates.

Zeedijk Mike

Definitely.

Matt Tester

Yes, as seems to be the consensus above, now watch all the nos flood in!

Dr Andy Hill

Definitely. I’ll be firing up my printer soon!

You know the answer. It's yes.

You should indeed.

In case noone else suggested it: yes, please

Peter Stimpel

Yes they are amazing would be good to see how you did it

Yes

Ooh, those are pretty. Maybe not enough for a video since you've already done a bunch of other videos on these sorts of builds, though. But thanks for posting the OpenSCAD script, that'll be fun to play with.

fluffy

Yes

Kevin Hardisty

Yes! They are awesome

Michael Thompson

Yes absolutely. Why not.

Gadgetman

Definitely. You could make anything interesting to be fair.

Yes


More Creators