Open Source Hardware logo module for OpenSCAD
thingiverse
My first module for SCAD. Usage: display_line_oshw_logo(h, w, res=4); // display line OSHW logo display_fill_oshw_logo(h); // display fill OSHW logo display_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 starts from 0 to h value along Z axis svg icon converted to SCAD with Inkscape plugin: http://www.thingiverse.com/thing:1065500 OSHW 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]) display_line_oshw_logo(height, width); //color([1,0,0]) display_fill_oshw_logo(height); //color([1,0,0]) display_oshw_text(height); translate([0,0,2]) cube([11,11,4],center=true);
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.