/** Copyright (C) 2013 František Kučera (frantovo.cz). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". */ rotate([0,180,0]) linear_extrude(height = 1.2, center = true, convexity = 10) { scale([30,30,0]) /** * Celý tvar je v SVG. * Viz kp a i1984 – tvar visačky může být ve SCADu a z SVG načteme jen text. */ import(file = "visacka-gnu-linux.dxf"); } //cube([80,20,1.2]);