difference() { //Valais scale (5) linear_extrude (height=0.5) color ("blue") polygon(points = [ [12.00,-9.00] ,[11.00,-9.00] ,[10.00,-10.00] ,[12.00,-12.00] ,[10.00,-14.00] ,[11.00,-15.00] ,[11.00,-16.00] ,[12.00,-15.00] ,[15.00,-19.00] ,[18.00,-18.00] ,[20.00,-19.00] ,[23.00,-18.00] ,[27.00,-19.00] ,[28.00,-18.00] ,[29.00,-18.00] ,[30.00,-16.00] ,[32.00,-15.00] ,[31.00,-14.00] ,[34.00,-12.00] ,[37.00,-11.00] ,[38.00,-10.00] ,[38.00,-7.00] ,[34.00,-9.00] ,[30.00,-8.00] ,[28.00,-9.00] ,[25.00,-10.00] ,[24.00,-9.00] ,[23.00,-10.00] ,[20.00,-10.00] ,[18.00,-10.00] ] ,paths = [ [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]] ); //Vaud scale (5) linear_extrude (height=0.5) color ("blue") #polygon(points = [ [-1.00,-8.00] ,[0.00,-9.00] ,[1.00,-9.00] ,[2.00,-7.00] ,[5.00,-5.00] ,[7.00,-5.00] ,[9.00,-5.00] ,[12.00,-7.00] ,[14.00,-9.00] ,[12.00,-9.00] ,[15.00,-13.00] ,[17.00,-10.00] ,[16.00,-9.00] ,[17.00,-6.00] ,[15.00,-8.00] ,[14.00,-7.00] ,[12.00,-6.00] ,[13.00,-5.00] ,[12.00,-5.00] ,[11.00,-4.00] ,[13.00,-1.00] ,[12.00,0.00] ,[12.00,-1.00] ,[11.00,-2.00] ,[10.00,-2.00] ,[9.00,1.00] ,[6.00,0.00] ,[6.00,-1.00] ,[0.00,-4.00] ,[1.00,-5.00] ,[-1.00,-6.00] ,[0.00,-7.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]] ); //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]] ); //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]] ); } content = "Valais"; font ="Liberation Sans"; translate ([100,-75,2.5]) { linear_extrude (height = 1) { text (content, font= font, size=7); } }