User Tools

Site Tools


workshops:start

Workshops

Sometimes we run workshops.

List of Workshops

Battle Brushbot WorkshopsBattle Brushbot Workshops OpenSCAD code: //Facet Number $fn=100; difference () { // £1 coin model translate([0, 0, 0]) cylinder(h = 3.15, r1 = 11.25, r2 = 11.25, center = false); translate([0, 8, 0]) cylinder(h = 4.15, r1 = 1.5, r2 = 1.5, center = false); // Letters scale([1,1,-5]) rotate([0, 0, 0]) translate([-4, -6,-0.8]) linear_extrude(1) text("E", font="Liberation mono:style=Bold"); }
Code a CoinCode a Coin OpenSCAD Code: //Facet Number $fn=100; difference () { // £1 translate([0, 0, 0]) cylinder(h = 3.15, r1 = 11.25, r2 = 11.25, center = false); // string hole translate([0, 8, 0]) cylinder(h = 4.15, r1 = 1.5, r2 = 1.5, center = false); // Letters scale([1,1,-5]) rotate([0, 0, 0]) translate([-4, -6,-0.8]) linear_extrude(1) text("E", font="Liberation mono:style=Bold"); }
Make it GloMake it Glo 150px|thumb|right|An early concept sketch showing the end-product idea of the workshop, the 'MakeIt-Glo' Let free your creativity whilst gaining hands-on experience programming embedded micro-controllers. MakeIt-Glo is a three hour electronics introduction workshop where you'll build a flexible, freestanding set of high-powered colour 'pixels' based on the WS2812B LED-on-a-chip. These pixels are a brighter version of popular [
workshops/start.txt · Last modified: 2020/07/07 20:48 by 127.0.0.1