difference() { //Thurgovie scale (5) translate ([-1.5,0,0]) linear_extrude (height=0.5)color ("blue") polygon(points = [ [46.00,6.00] ,[47.00,7.00] ,[46.00,8.00] ,[45.00,9.00] ,[43.00,10.00] ,[46.00,4.00] ,[49.00,5.00] ,[48.00,5.00] ,[51.00,5.00] ,[52.00,5.00] ,[53.00,5.00] ,[55.00,5.00] ,[55.00,7.00] ,[53.00,9.00] ,[48.00,9.00] ,[43.00,10.00] ,[45.00,9.00] ,[46.00,8.00] ,[47.00,7.00] ,[46.00,6.00] ,[46.00,4.00] ] ,paths = [ [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,]] ); //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]] ); //Schaffhouse scale (5) translate ([11,11,0]) linear_extrude (height=0.5)color ("blue") #polygon(points = [ [27.00,-1.00] ,[29.00,1.00] ,[30.00,1.00] ,[30.00,0.00] ,[31.00,1.00] ,[32.00,0.00] ,[31.00,-1.00] ,[29.00,-2.00] ] ,paths = [ [0,1,2,3,4,5,6,7]] ); } content = "Thurgovie"; font ="Liberation Sans"; translate ([220,35,2.5]) { linear_extrude (height = 1) { text (content, font= font, size=5); } }