User Tools

Site Tools


workshops:battle-brushbots
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
workshops:battle-brushbots [2020/07/07 20:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Battle Brushbot Workshops ======
 +
 +
 +OpenSCAD code:
 +
 +<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>
 +
 +3D Module produced:
 +[[File:code-a-coin.png|500px]]
 +
 +{{tag>workshop electronics}}
  
workshops/battle-brushbots.txt · Last modified: 2020/07/07 20:48 by 127.0.0.1