difference() { //Grisons scale (5) translate ([45,-7,0]) linear_extrude (height=0.5) color ("red") polygon(points = [ [-6.00,-2.00] ,[-4.00,3.00] ,[-5.00,2.00] ,[-4.00,3.00] ,[-2.00,3.00] ,[2.00,3.00] ,[0.00,5.00] ,[1.00,4.00] ,[17.00,5.00] ,[18.00,4.00] ,[18.00,3.00] ,[17.00,2.00] ,[17.00,1.00] ,[18.00,0.00] ,[21.00,0.00] ,[20.00,1.00] ,[20.00,2.00] ,[21.00,1.00] ,[23.00,3.00] ,[24.00,3.00] ,[24.00,2.00] ,[25.00,1.00] ,[25.00,0.00] ,[24.00,-2.00] ,[24.00,-3.00] ,[24.00,-4.00] ,[25.00,-5.00] ,[25.00,-6.00] ,[25.00,-7.00] ,[23.00,-7.00] ,[22.00,-6.00] ,[21.00,-4.00] ,[18.00,-4.00] ,[16.00,-6.00] ,[16.00,-7.00] ,[17.00,-8.00] ,[18.00,-8.00] ,[18.00,-9.00] ,[17.00,-10.00] ,[17.00,-11.00] ,[15.00,-12.00] ,[15.00,-11.00] ,[15.00,-9.00] ,[13.00,-8.00] ,[11.00,-9.00] ,[10.00,-8.00] ,[9.00,-10.00] ,[6.00,-10.00] ,[6.00,-8.00] ,[6.00,-5.00] ,[5.00,-5.00] ,[4.00,-5.00] ,[2.00,-6.00] ,[1.00,-10.00] ,[-2.00,-8.00] ,[-2.00,-7.00] ,[0.00,-4.00] ,[-1.00,-4.00] ,[-3.00,-2.00] ,[-3.00,-1.00] ] ,paths = [ [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64]] ); //tessin scale (5) translate ([35,-7,0]) linear_extrude (height=0.5) color ("blue") #polygon(points = [ [2.00,-2.00] ,[0.00,-2.00] ,[1.00,-2.00] ,[2.00,-2.00] ,[4.00,-2.00] ,[7.00,-1.00] ,[9.00,-1.00] ,[12.00,-10.00] ,[10.00,-11.00] ,[9.00,-12.00] ,[9.00,-13.00] ,[8.00,-14.00] ,[6.00,-14.00] ,[7.00,-13.00] ,[6.00,-11.00] ,[8.00,-10.00] ,[8.00,-9.00] ,[5.00,-10.00] ,[2.00,-8.00] ,[3.00,-5.00] ] ,paths = [ [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]] ); //uri scale (5) translate ([36,-6,0]) linear_extrude (height=0.5) color ("blue") #polygon(points = [ [0.00,0.00] ,[1.00,-1.00] ,[0.00,-3.00] ,[1.00,-4.00] ,[2.00,-4.00] ,[4.00,-4.00] ,[10.00,3.00] ,[2.00,4.00] ,[0.00,1.00] ,[1.00,0.00] ] ,paths = [ [0,1,2,3,4,5,6,7,8,9]] ); //Glaris scale (5) translate ([42,-5,0]) linear_extrude (height=0.5) color ("blue") #polygon(points = [ [0.00,0.00] ,[0.00,-1.00] ,[1.00,-1.00] ,[4.00,1.00] ,[5.00,0.00] ,[6.00,1.00] ,[7.00,0.00] ,[9.00,2.00] ,[9.00,6.00] ,[3.00,6.00] ,[2.00,5.00] ,[2.00,4.00] ,[2.00,2.00] ] ,paths = [ [0,1,2,3,4,5,6,7,8,9,10,11,12]] ); //SaintGalle scale (5) translate ([46,0,0]) linear_extrude (height=0.5) color ("blue") #polygon(points = [ [-4.00,1.00] ,[-2.00,1.00] ,[-1.00,2.00] ,[-2.00,4.00] ,[0.00,5.00] ,[1.00,5.00] ,[0.00,6.00] ,[2.00,6.00] ,[4.00,5.00] ,[5.00,5.00] ,[5.00,6.00] ,[6.00,6.00] ,[6.00,5.00] ,[7.00,6.00] ,[8.00,5.00] ,[9.00,5.00] ,[10.00,4.00] ,[8.00,0.00] ,[9.00,-2.00] ,[8.00,-3.00] ,[9.00,-4.00] ,[7.00,-6.00] ,[4.00,-5.00] ,[4.00,-3.00] ,[2.00,-3.00] ,[3.00,-2.00] ,[3.00,-1.00] ,[5.00,-1.00] ,[5.00,0.00] ,[0.00,0.00] ,[-2.00,0.00] ] ,paths = [ [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]] ); } content = "Grisons"; font ="Liberation Sans"; translate ([260,-45,2.5]) { linear_extrude (height = 1) { text (content, font= font, size=6); } }