Open Source Hardware logo module for OpenSCAD

Open Source Hardware logo module for OpenSCAD

thingiverse

My first module for scad. Usage : oshw_logo(h, w, res=4); // display line oshw logo oshw_fill_logo(h); // display fill oshw logo oshw_text(h); // display oshw text on 2 lines where : h = object height, example 5 w = line width, example 1.0 res = cylinder face number object in line drawing (default 4) Logo size is 10 by 10 centered on X and Y axis. Height start from 0 to h value along Z axis svg icon converted to scad with inkscape plugin: http://www.thingiverse.com/thing:1065500 OSWH logo license : CC By SA Macklin Chaffee, revised by Mateo Zlatar Creative Commons Attribution-ShareAlike 4.0 International License On linux, copy this file in ~/.local/share/OpenSCAD/libraries Example :include height = 5;width = 2.0; //color([1,0,0]) oshw_logo(height, width);color([1,0,0]) oshw_fill_logo(height);color([1,0,0]) oshw_text(height);translate([0,0,2]) cube([11,11,4],center=true);

Download Model from thingiverse

With this file you will be able to print Open Source Hardware logo module for OpenSCAD with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Open Source Hardware logo module for OpenSCAD.