The Poundland "vintage solar globe" has a rubbish fake filament light guide that doesn't work.
This script will print a crystal that bayonet caps on in place of the original.
Not sure if the double line-space that Patreon puts in will mess the script up or not.
//Poundland solar-globe inner crystal
$fn=8;
difference(){
union(){
//locking strip
translate([-12,-2.5,0])
cube([24,5,1.7]);
//base cylinder
cylinder(h=4,d=12.5);
//lower crystal section
translate([0,0,4])
cylinder(h=12.5,d1=12.5,d2=25);
//upper crystal section
translate([0,0,16.5])
cylinder(h=75,d1=25,d2=10);
//crystal cap
translate([0,0,91.5])
cylinder(h=5,d1=10,d2=4);
}
//base cylinder
cylinder(h=4,d=10.5);
//lower crystal section
translate([0,0,4])
cylinder(h=12.5,d1=10.5,d2=23);
//upper crystal section
translate([0,0,16.5])
cylinder(h=75,d1=23,d2=8);
//crystal cap
translate([0,0,91.5])
cylinder(h=5,d1=8,d2=2);
//x-ray cube
//translate([-50,-100,-1])
//cube([100,100,100]);
}
Andy Brown
2021-09-23 21:16:40 +0000 UTCTony Weavers
2021-09-23 17:57:14 +0000 UTCWilliam Wallace
2021-09-23 16:32:46 +0000 UTCPaul Kemp
2021-09-23 08:38:49 +0000 UTCBig Clive
2021-09-23 03:59:58 +0000 UTCBig Clive
2021-09-23 03:59:23 +0000 UTCAndrew Donaldson
2021-09-23 02:18:08 +0000 UTCMichael Wellman
2021-09-23 00:48:19 +0000 UTCElliott Krimchansky
2021-09-22 22:47:41 +0000 UTCrichard ockman
2021-09-22 22:01:50 +0000 UTCAzam
2021-09-22 21:14:17 +0000 UTCTodd Sharp
2021-09-22 21:13:44 +0000 UTCSpectrum DIY
2021-09-22 20:34:20 +0000 UTC