<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Customising Poundland's biggest solar globe (great base for projects)</title>
        <link>https://stream.echo6.co/videos/watch/2245dee2-a89e-4213-ac6e-c0381b0698c8</link>
        <description>One of the best bits about this product is the large diffused globe with matching base.  Aside from customising the colour and intensity, it could be adapted to make a simple USB powered night light, or even a glowing pendant light with an alternative power source. I've included an openscad script at the bottom of this description.  It can be used to create a base for this light to allow it to sit on a windowsill or table. The script has variables that can be adjusted to make it suitable for many other things too. If you enjoy these videos you can help support the channel with a dollar for coffee, cookies and random gadgets for disassembly at:-   https://www.bigclive.com/coffee.htm This also keeps the channel independent of YouTube's algorithm quirks, allowing it to be a bit more dangerous and naughty. //Poundland big solar globe base //You can adjust the following four sizes basedia=75;  //Diameter of base base=2;    //Thickness of base pildia=21;   //Diameter of pillar height=50;   //Total height //do not adjust anything below here $fn=100; difference(){ union(){ //base cylinder(h=base,d=basedia); //globe stem cylinder(h=height,d=pildia); //strengthening taper translate([0,0,base]) cylinder(h=2,d1=pildia+4,d2=pildia); } //hollow centre //for closed base, change -1 to base translate([0,0,-1]) cylinder(h=height+2,d=pildia-2.4); }</description>
        <lastBuildDate>Wed, 15 Apr 2026 11:43:08 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>Customising Poundland's biggest solar globe (great base for projects)</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/2245dee2-a89e-4213-ac6e-c0381b0698c8</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=2245dee2-a89e-4213-ac6e-c0381b0698c8" rel="self" type="application/rss+xml"/>
    </channel>
</rss>