aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-02-16 22:40:29 +0100
committerPacien TRAN-GIRARD2016-02-16 22:40:29 +0100
commitd72cf424b9a5e89985f5f7f23f8d6e5e3d0ed32b (patch)
treee2aa9edf6f4d0f31c5aed4e2d07ce2c319c440b6
downloadpirate-party-coaster-d72cf424b9a5e89985f5f7f23f8d6e5e3d0ed32b.tar.gz
First version
-rw-r--r--.gitignore2
-rw-r--r--pirate-party-coaster.scad77
-rw-r--r--readme.md4
3 files changed, 83 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cdb04a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
1*.stl
2*.gcode
diff --git a/pirate-party-coaster.scad b/pirate-party-coaster.scad
new file mode 100644
index 0000000..bfab392
--- /dev/null
+++ b/pirate-party-coaster.scad
@@ -0,0 +1,77 @@
1/*
2 * Pirate party coaster
3 *
4 * SVG logo from https://commons.wikimedia.org/wiki/File:Piratpartiet.svg
5 * converted with http://www.thingiverse.com/thing:25036
6 */
7
8$fn = 100;
9
10diameter = 100; // [20:200]
11outer_margin = 10; // [0:100]
12thickness = 2; // [0:10]
13
14pirate_party_coaster(diameter, outer_margin, thickness);
15
16module pirate_party_coaster(diameter, margin, thickness) {
17 difference() {
18 cylinder(r=diameter/2, h=thickness, center=true);
19 resize([diameter-margin, diameter-margin, thickness/2]) pirate_party_logo();
20 }
21}
22
23module pirate_party_logo() {
24 h = 1;
25 difference() {
26 poly_circle3039(h);
27 poly_circle3041(h);
28 }
29 poly_path3043(h);
30}
31
32// BEGIN: CONVERTER OUTPUT
33
34// Module names are of the form poly_<inkscape-path-id>(). As a result,
35// you can associate a polygon in this OpenSCAD program with the corresponding
36// SVG element in the Inkscape document by looking for the XML element with
37// the attribute id="inkscape-path-id".
38
39// fudge value is used to ensure that subtracted solids are a tad taller
40// in the z dimension than the polygon being subtracted from. This helps
41// keep the resulting .stl file manifold.
42fudge = 0.1;
43
44module poly_circle3041(h)
45{
46 scale([25.4/90, -25.4/90, 1]) union()
47 {
48 linear_extrude(height=h)
49 polygon([[4500.000000,0.000000],[4499.631830,58.161884],[4498.530267,116.147025],[4496.699726,173.951004],[4494.144628,231.569405],[4490.869389,288.997810],[4486.878427,346.231799],[4482.176161,403.266957],[4476.767008,460.098864],[4470.655385,516.723102],[4463.845711,573.135255],[4456.342405,629.330904],[4448.149882,685.305631],[4439.272562,741.055018],[4429.714862,796.574648],[4419.481201,851.860103],[4408.575995,906.906964],[4397.003663,961.710815],[4384.768623,1016.267236],[4371.875293,1070.571811],[4358.328089,1124.620121],[4344.131432,1178.407748],[4329.289737,1231.930275],[4313.807424,1285.183283],[4297.688909,1338.162356],[4280.938611,1390.863074],[4263.560948,1443.281021],[4245.560337,1495.411778],[4226.941197,1547.250927],[4207.707945,1598.794051],[4187.864999,1650.036731],[4167.416777,1700.974550],[4146.367697,1751.603091],[4124.722176,1801.917934],[4102.484634,1851.914662],[4079.659486,1901.588858],[4056.251152,1950.936103],[4032.264049,1999.951980],[4007.702595,2048.632071],[3982.571208,2096.971957],[3956.874305,2144.967222],[3930.616306,2192.613447],[3903.801626,2239.906214],[3876.434686,2286.841105],[3848.519901,2333.413703],[3820.061690,2379.619589],[3791.064472,2425.454347],[3761.532663,2470.913557],[3731.470682,2515.992803],[3700.882946,2560.687665],[3669.773874,2604.993728],[3638.147883,2648.906571],[3606.009391,2692.421778],[3573.362816,2735.534931],[3540.212576,2778.241612],[3506.563089,2820.537403],[3472.418773,2862.417886],[3437.784044,2903.878643],[3402.663323,2944.915257],[3367.061025,2985.523310],[3330.981569,3025.698383],[3294.429374,3065.436059],[3257.408856,3104.731920],[3219.924434,3143.581548],[3181.980525,3181.980525],[3143.581548,3219.924434],[3104.731920,3257.408856],[3065.436059,3294.429374],[3025.698383,3330.981569],[2985.523310,3367.061025],[2944.915257,3402.663323],[2903.878643,3437.784044],[2862.417886,3472.418773],[2820.537403,3506.563089],[2778.241612,3540.212576],[2735.534931,3573.362816],[2692.421778,3606.009391],[2648.906571,3638.147883],[2604.993728,3669.773874],[2560.687665,3700.882946],[2515.992803,3731.470682],[2470.913557,3761.532663],[2425.454347,3791.064472],[2379.619589,3820.061690],[2333.413703,3848.519901],[2286.841105,3876.434686],[2239.906214,3903.801626],[2192.613447,3930.616306],[2144.967222,3956.874305],[2096.971957,3982.571208],[2048.632071,4007.702595],[1999.951980,4032.264049],[1950.936103,4056.251152],[1901.588858,4079.659486],[1851.914662,4102.484634],[1801.917934,4124.722176],[1751.603091,4146.367697],[1700.974550,4167.416777],[1650.036731,4187.864999],[1598.794051,4207.707945],[1547.250927,4226.941197],[1495.411778,4245.560337],[1443.281021,4263.560948],[1390.863074,4280.938611],[1338.162356,4297.688909],[1285.183283,4313.807424],[1231.930275,4329.289737],[1178.407748,4344.131432],[1124.620121,4358.328089],[1070.571811,4371.875293],[1016.267236,4384.768623],[961.710815,4397.003663],[906.906964,4408.575995],[851.860103,4419.481201],[796.574648,4429.714862],[741.055018,4439.272562],[685.305631,4448.149882],[629.330904,4456.342405],[573.135255,4463.845711],[516.723102,4470.655385],[460.098864,4476.767008],[403.266957,4482.176161],[346.231799,4486.878427],[288.997810,4490.869389],[231.569405,4494.144628],[173.951004,4496.699726],[116.147025,4498.530267],[58.161884,4499.631830],[0.000000,4500.000000],[-58.161884,4499.631830],[-116.147025,4498.530267],[-173.951004,4496.699726],[-231.569405,4494.144628],[-288.997810,4490.869389],[-346.231799,4486.878427],[-403.266957,4482.176161],[-460.098864,4476.767008],[-516.723102,4470.655385],[-573.135255,4463.845711],[-629.330904,4456.342405],[-685.305631,4448.149882],[-741.055018,4439.272562],[-796.574648,4429.714862],[-851.860103,4419.481201],[-906.906964,4408.575995],[-961.710815,4397.003663],[-1016.267236,4384.768623],[-1070.571811,4371.875293],[-1124.620121,4358.328089],[-1178.407748,4344.131432],[-1231.930275,4329.289737],[-1285.183283,4313.807424],[-1338.162356,4297.688909],[-1390.863074,4280.938611],[-1443.281021,4263.560948],[-1495.411778,4245.560337],[-1547.250927,4226.941197],[-1598.794051,4207.707945],[-1650.036731,4187.864999],[-1700.974550,4167.416777],[-1751.603091,4146.367697],[-1801.917934,4124.722176],[-1851.914662,4102.484634],[-1901.588858,4079.659486],[-1950.936103,4056.251152],[-1999.951980,4032.264049],[-2048.632071,4007.702595],[-2096.971957,3982.571208],[-2144.967222,3956.874305],[-2192.613447,3930.616306],[-2239.906214,3903.801626],[-2286.841105,3876.434686],[-2333.413703,3848.519901],[-2379.619589,3820.061690],[-2425.454347,3791.064472],[-2470.913557,3761.532663],[-2515.992803,3731.470682],[-2560.687665,3700.882946],[-2604.993728,3669.773874],[-2648.906571,3638.147883],[-2692.421778,3606.009391],[-2735.534931,3573.362816],[-2778.241612,3540.212576],[-2820.537403,3506.563089],[-2862.417886,3472.418773],[-2903.878643,3437.784044],[-2944.915257,3402.663323],[-2985.523310,3367.061025],[-3025.698383,3330.981569],[-3065.436059,3294.429374],[-3104.731920,3257.408856],[-3143.581548,3219.924434],[-3181.980525,3181.980525],[-3219.924434,3143.581548],[-3257.408856,3104.731920],[-3294.429374,3065.436059],[-3330.981569,3025.698383],[-3367.061025,2985.523310],[-3402.663323,2944.915257],[-3437.784044,2903.878643],[-3472.418773,2862.417886],[-3506.563089,2820.537403],[-3540.212576,2778.241612],[-3573.362816,2735.534931],[-3606.009391,2692.421778],[-3638.147883,2648.906571],[-3669.773874,2604.993728],[-3700.882946,2560.687665],[-3731.470682,2515.992803],[-3761.532663,2470.913557],[-3791.064472,2425.454347],[-3820.061690,2379.619589],[-3848.519901,2333.413703],[-3876.434686,2286.841105],[-3903.801626,2239.906214],[-3930.616306,2192.613447],[-3956.874305,2144.967222],[-3982.571208,2096.971957],[-4007.702595,2048.632071],[-4032.264049,1999.951980],[-4056.251152,1950.936103],[-4079.659486,1901.588858],[-4102.484634,1851.914662],[-4124.722176,1801.917934],[-4146.367697,1751.603091],[-4167.416777,1700.974550],[-4187.864999,1650.036731],[-4207.707945,1598.794051],[-4226.941197,1547.250927],[-4245.560337,1495.411778],[-4263.560948,1443.281021],[-4280.938611,1390.863074],[-4297.688909,1338.162356],[-4313.807424,1285.183283],[-4329.289737,1231.930275],[-4344.131432,1178.407748],[-4358.328089,1124.620121],[-4371.875293,1070.571811],[-4384.768623,1016.267236],[-4397.003663,961.710815],[-4408.575995,906.906964],[-4419.481201,851.860103],[-4429.714862,796.574648],[-4439.272562,741.055018],[-4448.149882,685.305631],[-4456.342405,629.330904],[-4463.845711,573.135255],[-4470.655385,516.723102],[-4476.767008,460.098864],[-4482.176161,403.266957],[-4486.878427,346.231799],[-4490.869389,288.997810],[-4494.144628,231.569405],[-4496.699726,173.951004],[-4498.530267,116.147025],[-4499.631830,58.161884],[-4500.000000,0.000000],[-4499.631830,-58.161884],[-4498.530267,-116.147025],[-4496.699726,-173.951004],[-4494.144628,-231.569405],[-4490.869389,-288.997810],[-4486.878427,-346.231799],[-4482.176161,-403.266957],[-4476.767008,-460.098864],[-4470.655385,-516.723102],[-4463.845711,-573.135255],[-4456.342405,-629.330904],[-4448.149882,-685.305631],[-4439.272562,-741.055018],[-4429.714862,-796.574648],[-4419.481201,-851.860103],[-4408.575995,-906.906964],[-4397.003663,-961.710815],[-4384.768623,-1016.267236],[-4371.875293,-1070.571811],[-4358.328089,-1124.620121],[-4344.131432,-1178.407748],[-4329.289737,-1231.930275],[-4313.807424,-1285.183283],[-4297.688909,-1338.162356],[-4280.938611,-1390.863074],[-4263.560948,-1443.281021],[-4245.560337,-1495.411778],[-4226.941197,-1547.250927],[-4207.707945,-1598.794051],[-4187.864999,-1650.036731],[-4167.416777,-1700.974550],[-4146.367697,-1751.603091],[-4124.722176,-1801.917934],[-4102.484634,-1851.914662],[-4079.659486,-1901.588858],[-4056.251152,-1950.936103],[-4032.264049,-1999.951980],[-4007.702595,-2048.632071],[-3982.571208,-2096.971957],[-3956.874305,-2144.967222],[-3930.616306,-2192.613447],[-3903.801626,-2239.906214],[-3876.434686,-2286.841105],[-3848.519901,-2333.413703],[-3820.061690,-2379.619589],[-3791.064472,-2425.454347],[-3761.532663,-2470.913557],[-3731.470682,-2515.992803],[-3700.882946,-2560.687665],[-3669.773874,-2604.993728],[-3638.147883,-2648.906571],[-3606.009391,-2692.421778],[-3573.362816,-2735.534931],[-3540.212576,-2778.241612],[-3506.563089,-2820.537403],[-3472.418773,-2862.417886],[-3437.784044,-2903.878643],[-3402.663323,-2944.915257],[-3367.061025,-2985.523310],[-3330.981569,-3025.698383],[-3294.429374,-3065.436059],[-3257.408856,-3104.731920],[-3219.924434,-3143.581548],[-3181.980525,-3181.980525],[-3143.581548,-3219.924434],[-3104.731920,-3257.408856],[-3065.436059,-3294.429374],[-3025.698383,-3330.981569],[-2985.523310,-3367.061025],[-2944.915257,-3402.663323],[-2903.878643,-3437.784044],[-2862.417886,-3472.418773],[-2820.537403,-3506.563089],[-2778.241612,-3540.212576],[-2735.534931,-3573.362816],[-2692.421778,-3606.009391],[-2648.906571,-3638.147883],[-2604.993728,-3669.773874],[-2560.687665,-3700.882946],[-2515.992803,-3731.470682],[-2470.913557,-3761.532663],[-2425.454347,-3791.064472],[-2379.619589,-3820.061690],[-2333.413703,-3848.519901],[-2286.841105,-3876.434686],[-2239.906214,-3903.801626],[-2192.613447,-3930.616306],[-2144.967222,-3956.874305],[-2096.971957,-3982.571208],[-2048.632071,-4007.702595],[-1999.951980,-4032.264049],[-1950.936103,-4056.251152],[-1901.588858,-4079.659486],[-1851.914662,-4102.484634],[-1801.917934,-4124.722176],[-1751.603091,-4146.367697],[-1700.974550,-4167.416777],[-1650.036731,-4187.864999],[-1598.794051,-4207.707945],[-1547.250927,-4226.941197],[-1495.411778,-4245.560337],[-1443.281021,-4263.560948],[-1390.863074,-4280.938611],[-1338.162356,-4297.688909],[-1285.183283,-4313.807424],[-1231.930275,-4329.289737],[-1178.407748,-4344.131432],[-1124.620121,-4358.328089],[-1070.571811,-4371.875293],[-1016.267236,-4384.768623],[-961.710815,-4397.003663],[-906.906964,-4408.575995],[-851.860103,-4419.481201],[-796.574648,-4429.714862],[-741.055018,-4439.272562],[-685.305631,-4448.149882],[-629.330904,-4456.342405],[-573.135255,-4463.845711],[-516.723102,-4470.655385],[-460.098864,-4476.767008],[-403.266957,-4482.176161],[-346.231799,-4486.878427],[-288.997810,-4490.869389],[-231.569405,-4494.144628],[-173.951004,-4496.699726],[-116.147025,-4498.530267],[-58.161884,-4499.631830],[0.000000,-4500.000000],[58.161884,-4499.631830],[116.147025,-4498.530267],[173.951004,-4496.699726],[231.569405,-4494.144628],[288.997810,-4490.869389],[346.231799,-4486.878427],[403.266957,-4482.176161],[460.098864,-4476.767008],[516.723102,-4470.655385],[573.135255,-4463.845711],[629.330904,-4456.342405],[685.305631,-4448.149882],[741.055018,-4439.272562],[796.574648,-4429.714862],[851.860103,-4419.481201],[906.906964,-4408.575995],[961.710815,-4397.003663],[1016.267236,-4384.768623],[1070.571811,-4371.875293],[1124.620121,-4358.328089],[1178.407748,-4344.131432],[1231.930275,-4329.289737],[1285.183283,-4313.807424],[1338.162356,-4297.688909],[1390.863074,-4280.938611],[1443.281021,-4263.560948],[1495.411778,-4245.560337],[1547.250927,-4226.941197],[1598.794051,-4207.707945],[1650.036731,-4187.864999],[1700.974550,-4167.416777],[1751.603091,-4146.367697],[1801.917934,-4124.722176],[1851.914662,-4102.484634],[1901.588858,-4079.659486],[1950.936103,-4056.251152],[1999.951980,-4032.264049],[2048.632071,-4007.702595],[2096.971957,-3982.571208],[2144.967222,-3956.874305],[2192.613447,-3930.616306],[2239.906214,-3903.801626],[2286.841105,-3876.434686],[2333.413703,-3848.519901],[2379.619589,-3820.061690],[2425.454347,-3791.064472],[2470.913557,-3761.532663],[2515.992803,-3731.470682],[2560.687665,-3700.882946],[2604.993728,-3669.773874],[2648.906571,-3638.147883],[2692.421778,-3606.009391],[2735.534931,-3573.362816],[2778.241612,-3540.212576],[2820.537403,-3506.563089],[2862.417886,-3472.418773],[2903.878643,-3437.784044],[2944.915257,-3402.663323],[2985.523310,-3367.061025],[3025.698383,-3330.981569],[3065.436059,-3294.429374],[3104.731920,-3257.408856],[3143.581548,-3219.924434],[3181.980525,-3181.980525],[3219.924434,-3143.581548],[3257.408856,-3104.731920],[3294.429374,-3065.436059],[3330.981569,-3025.698383],[3367.061025,-2985.523310],[3402.663323,-2944.915257],[3437.784044,-2903.878643],[3472.418773,-2862.417886],[3506.563089,-2820.537403],[3540.212576,-2778.241612],[3573.362816,-2735.534931],[3606.009391,-2692.421778],[3638.147883,-2648.906571],[3669.773874,-2604.993728],[3700.882946,-2560.687665],[3731.470682,-2515.992803],[3761.532663,-2470.913557],[3791.064472,-2425.454347],[3820.061690,-2379.619589],[3848.519901,-2333.413703],[3876.434686,-2286.841105],[3903.801626,-2239.906214],[3930.616306,-2192.613447],[3956.874305,-2144.967222],[3982.571208,-2096.971957],[4007.702595,-2048.632071],[4032.264049,-1999.951980],[4056.251152,-1950.936103],[4079.659486,-1901.588858],[4102.484634,-1851.914662],[4124.722176,-1801.917934],[4146.367697,-1751.603091],[4167.416777,-1700.974550],[4187.864999,-1650.036731],[4207.707945,-1598.794051],[4226.941197,-1547.250927],[4245.560337,-1495.411778],[4263.560948,-1443.281021],[4280.938611,-1390.863074],[4297.688909,-1338.162356],[4313.807424,-1285.183283],[4329.289737,-1231.930275],[4344.131432,-1178.407748],[4358.328089,-1124.620121],[4371.875293,-1070.571811],[4384.768623,-1016.267236],[4397.003663,-961.710815],[4408.575995,-906.906964],[4419.481201,-851.860103],[4429.714862,-796.574648],[4439.272562,-741.055018],[4448.149882,-685.305631],[4456.342405,-629.330904],[4463.845711,-573.135255],[4470.655385,-516.723102],[4476.767008,-460.098864],[4482.176161,-403.266957],[4486.878427,-346.231799],[4490.869389,-288.997810],[4494.144628,-231.569405],[4496.699726,-173.951004],[4498.530267,-116.147025],[4499.631830,-58.161884],[4500.000000,0.000000]]);
50 }
51}
52
53module poly_circle3039(h)
54{
55 scale([25.4/90, -25.4/90, 1]) union()
56 {
57 linear_extrude(height=h)
58 polygon([[5000.000000,0.000000],[4999.590923,64.624314],[4998.366963,129.052246],[4996.333029,193.278889],[4993.494031,257.299332],[4989.854876,321.108669],[4985.420474,384.701989],[4980.195734,448.074385],[4974.185563,511.220947],[4967.394871,574.136766],[4959.828567,636.816935],[4951.491559,699.256543],[4942.388756,761.450683],[4932.525067,823.394446],[4921.905400,885.082922],[4910.534664,946.511204],[4898.417769,1007.674383],[4885.559622,1068.567549],[4871.965133,1129.185794],[4857.639210,1189.524209],[4842.586761,1249.577886],[4826.812697,1309.341915],[4810.321924,1368.811389],[4793.119353,1427.981398],[4775.209892,1486.847033],[4756.598450,1545.403386],[4737.289935,1603.645549],[4717.289256,1661.568611],[4696.601321,1719.167665],[4675.231041,1776.437803],[4653.183322,1833.374114],[4630.463075,1889.971690],[4607.075208,1946.225623],[4583.024629,2002.131005],[4558.316247,2057.682925],[4532.954972,2112.876475],[4506.945711,2167.706748],[4480.293374,2222.168833],[4453.002869,2276.257822],[4425.079105,2329.968807],[4396.526990,2383.296879],[4367.351434,2436.237128],[4337.557346,2488.784647],[4307.149633,2540.934526],[4276.133205,2592.681857],[4244.512971,2644.021732],[4212.293838,2694.949240],[4179.480717,2745.459474],[4146.078515,2795.547524],[4112.092141,2845.208483],[4077.526505,2894.437441],[4042.386514,2943.229490],[4006.677078,2991.579720],[3970.403106,3039.483224],[3933.569505,3086.935092],[3896.181186,3133.930415],[3858.243055,3180.464286],[3819.760024,3226.531794],[3780.736999,3272.128032],[3741.178890,3317.248091],[3701.090605,3361.887061],[3660.477054,3406.040035],[3619.343145,3449.702103],[3577.693786,3492.868357],[3535.533887,3535.533887],[3492.868357,3577.693786],[3449.702103,3619.343145],[3406.040035,3660.477054],[3361.887061,3701.090605],[3317.248091,3741.178890],[3272.128032,3780.736999],[3226.531794,3819.760024],[3180.464286,3858.243055],[3133.930415,3896.181186],[3086.935092,3933.569505],[3039.483224,3970.403106],[2991.579720,4006.677078],[2943.229490,4042.386514],[2894.437441,4077.526505],[2845.208483,4112.092141],[2795.547524,4146.078515],[2745.459474,4179.480717],[2694.949240,4212.293838],[2644.021732,4244.512971],[2592.681857,4276.133205],[2540.934526,4307.149633],[2488.784647,4337.557346],[2436.237128,4367.351434],[2383.296879,4396.526990],[2329.968807,4425.079105],[2276.257822,4453.002869],[2222.168833,4480.293374],[2167.706748,4506.945711],[2112.876475,4532.954972],[2057.682925,4558.316247],[2002.131005,4583.024629],[1946.225623,4607.075208],[1889.971690,4630.463075],[1833.374114,4653.183322],[1776.437803,4675.231041],[1719.167665,4696.601321],[1661.568611,4717.289256],[1603.645549,4737.289935],[1545.403386,4756.598450],[1486.847033,4775.209892],[1427.981398,4793.119353],[1368.811389,4810.321924],[1309.341915,4826.812697],[1249.577886,4842.586761],[1189.524209,4857.639210],[1129.185794,4871.965133],[1068.567549,4885.559622],[1007.674383,4898.417769],[946.511204,4910.534664],[885.082922,4921.905400],[823.394446,4932.525067],[761.450683,4942.388756],[699.256543,4951.491559],[636.816935,4959.828567],[574.136766,4967.394871],[511.220947,4974.185563],[448.074385,4980.195734],[384.701989,4985.420474],[321.108669,4989.854876],[257.299332,4993.494031],[193.278889,4996.333029],[129.052246,4998.366963],[64.624314,4999.590923],[0.000000,5000.000000],[-64.624314,4999.590923],[-129.052246,4998.366963],[-193.278889,4996.333029],[-257.299332,4993.494031],[-321.108669,4989.854876],[-384.701989,4985.420474],[-448.074385,4980.195734],[-511.220947,4974.185563],[-574.136766,4967.394871],[-636.816935,4959.828567],[-699.256543,4951.491559],[-761.450683,4942.388756],[-823.394446,4932.525067],[-885.082922,4921.905400],[-946.511204,4910.534664],[-1007.674383,4898.417769],[-1068.567549,4885.559622],[-1129.185794,4871.965133],[-1189.524209,4857.639210],[-1249.577886,4842.586761],[-1309.341915,4826.812697],[-1368.811389,4810.321924],[-1427.981398,4793.119353],[-1486.847033,4775.209892],[-1545.403386,4756.598450],[-1603.645549,4737.289935],[-1661.568611,4717.289256],[-1719.167665,4696.601321],[-1776.437803,4675.231041],[-1833.374114,4653.183322],[-1889.971690,4630.463075],[-1946.225623,4607.075208],[-2002.131005,4583.024629],[-2057.682925,4558.316247],[-2112.876475,4532.954972],[-2167.706748,4506.945711],[-2222.168833,4480.293374],[-2276.257822,4453.002869],[-2329.968807,4425.079105],[-2383.296879,4396.526990],[-2436.237128,4367.351434],[-2488.784647,4337.557346],[-2540.934526,4307.149633],[-2592.681857,4276.133205],[-2644.021732,4244.512971],[-2694.949240,4212.293838],[-2745.459474,4179.480717],[-2795.547524,4146.078515],[-2845.208483,4112.092141],[-2894.437441,4077.526505],[-2943.229490,4042.386514],[-2991.579720,4006.677078],[-3039.483224,3970.403106],[-3086.935092,3933.569505],[-3133.930415,3896.181186],[-3180.464286,3858.243055],[-3226.531794,3819.760024],[-3272.128032,3780.736999],[-3317.248091,3741.178890],[-3361.887061,3701.090605],[-3406.040035,3660.477054],[-3449.702103,3619.343145],[-3492.868357,3577.693786],[-3535.533887,3535.533887],[-3577.693786,3492.868357],[-3619.343145,3449.702103],[-3660.477054,3406.040035],[-3701.090605,3361.887061],[-3741.178890,3317.248091],[-3780.736999,3272.128032],[-3819.760024,3226.531794],[-3858.243055,3180.464286],[-3896.181186,3133.930415],[-3933.569505,3086.935092],[-3970.403106,3039.483224],[-4006.677078,2991.579720],[-4042.386514,2943.229490],[-4077.526505,2894.437441],[-4112.092141,2845.208483],[-4146.078515,2795.547524],[-4179.480717,2745.459474],[-4212.293838,2694.949240],[-4244.512971,2644.021732],[-4276.133205,2592.681857],[-4307.149633,2540.934526],[-4337.557346,2488.784647],[-4367.351434,2436.237128],[-4396.526990,2383.296879],[-4425.079105,2329.968807],[-4453.002869,2276.257822],[-4480.293374,2222.168833],[-4506.945711,2167.706748],[-4532.954972,2112.876475],[-4558.316247,2057.682925],[-4583.024629,2002.131005],[-4607.075208,1946.225623],[-4630.463075,1889.971690],[-4653.183322,1833.374114],[-4675.231041,1776.437803],[-4696.601321,1719.167665],[-4717.289256,1661.568611],[-4737.289935,1603.645549],[-4756.598450,1545.403386],[-4775.209892,1486.847033],[-4793.119353,1427.981398],[-4810.321924,1368.811389],[-4826.812697,1309.341915],[-4842.586761,1249.577886],[-4857.639210,1189.524209],[-4871.965133,1129.185794],[-4885.559622,1068.567549],[-4898.417769,1007.674383],[-4910.534664,946.511204],[-4921.905400,885.082922],[-4932.525067,823.394446],[-4942.388756,761.450683],[-4951.491559,699.256543],[-4959.828567,636.816935],[-4967.394871,574.136766],[-4974.185563,511.220947],[-4980.195734,448.074385],[-4985.420474,384.701989],[-4989.854876,321.108669],[-4993.494031,257.299332],[-4996.333029,193.278889],[-4998.366963,129.052246],[-4999.590923,64.624314],[-5000.000000,0.000000],[-4999.590923,-64.624314],[-4998.366963,-129.052246],[-4996.333029,-193.278889],[-4993.494031,-257.299332],[-4989.854876,-321.108669],[-4985.420474,-384.701989],[-4980.195734,-448.074385],[-4974.185563,-511.220947],[-4967.394871,-574.136766],[-4959.828567,-636.816935],[-4951.491559,-699.256543],[-4942.388756,-761.450683],[-4932.525067,-823.394446],[-4921.905400,-885.082922],[-4910.534664,-946.511204],[-4898.417769,-1007.674383],[-4885.559622,-1068.567549],[-4871.965133,-1129.185794],[-4857.639210,-1189.524209],[-4842.586761,-1249.577886],[-4826.812697,-1309.341915],[-4810.321924,-1368.811389],[-4793.119353,-1427.981398],[-4775.209892,-1486.847033],[-4756.598450,-1545.403386],[-4737.289935,-1603.645549],[-4717.289256,-1661.568611],[-4696.601321,-1719.167665],[-4675.231041,-1776.437803],[-4653.183322,-1833.374114],[-4630.463075,-1889.971690],[-4607.075208,-1946.225623],[-4583.024629,-2002.131005],[-4558.316247,-2057.682925],[-4532.954972,-2112.876475],[-4506.945711,-2167.706748],[-4480.293374,-2222.168833],[-4453.002869,-2276.257822],[-4425.079105,-2329.968807],[-4396.526990,-2383.296879],[-4367.351434,-2436.237128],[-4337.557346,-2488.784647],[-4307.149633,-2540.934526],[-4276.133205,-2592.681857],[-4244.512971,-2644.021732],[-4212.293838,-2694.949240],[-4179.480717,-2745.459474],[-4146.078515,-2795.547524],[-4112.092141,-2845.208483],[-4077.526505,-2894.437441],[-4042.386514,-2943.229490],[-4006.677078,-2991.579720],[-3970.403106,-3039.483224],[-3933.569505,-3086.935092],[-3896.181186,-3133.930415],[-3858.243055,-3180.464286],[-3819.760024,-3226.531794],[-3780.736999,-3272.128032],[-3741.178890,-3317.248091],[-3701.090605,-3361.887061],[-3660.477054,-3406.040035],[-3619.343145,-3449.702103],[-3577.693786,-3492.868357],[-3535.533887,-3535.533887],[-3492.868357,-3577.693786],[-3449.702103,-3619.343145],[-3406.040035,-3660.477054],[-3361.887061,-3701.090605],[-3317.248091,-3741.178890],[-3272.128032,-3780.736999],[-3226.531794,-3819.760024],[-3180.464286,-3858.243055],[-3133.930415,-3896.181186],[-3086.935092,-3933.569505],[-3039.483224,-3970.403106],[-2991.579720,-4006.677078],[-2943.229490,-4042.386514],[-2894.437441,-4077.526505],[-2845.208483,-4112.092141],[-2795.547524,-4146.078515],[-2745.459474,-4179.480717],[-2694.949240,-4212.293838],[-2644.021732,-4244.512971],[-2592.681857,-4276.133205],[-2540.934526,-4307.149633],[-2488.784647,-4337.557346],[-2436.237128,-4367.351434],[-2383.296879,-4396.526990],[-2329.968807,-4425.079105],[-2276.257822,-4453.002869],[-2222.168833,-4480.293374],[-2167.706748,-4506.945711],[-2112.876475,-4532.954972],[-2057.682925,-4558.316247],[-2002.131005,-4583.024629],[-1946.225623,-4607.075208],[-1889.971690,-4630.463075],[-1833.374114,-4653.183322],[-1776.437803,-4675.231041],[-1719.167665,-4696.601321],[-1661.568611,-4717.289256],[-1603.645549,-4737.289935],[-1545.403386,-4756.598450],[-1486.847033,-4775.209892],[-1427.981398,-4793.119353],[-1368.811389,-4810.321924],[-1309.341915,-4826.812697],[-1249.577886,-4842.586761],[-1189.524209,-4857.639210],[-1129.185794,-4871.965133],[-1068.567549,-4885.559622],[-1007.674383,-4898.417769],[-946.511204,-4910.534664],[-885.082922,-4921.905400],[-823.394446,-4932.525067],[-761.450683,-4942.388756],[-699.256543,-4951.491559],[-636.816935,-4959.828567],[-574.136766,-4967.394871],[-511.220947,-4974.185563],[-448.074385,-4980.195734],[-384.701989,-4985.420474],[-321.108669,-4989.854876],[-257.299332,-4993.494031],[-193.278889,-4996.333029],[-129.052246,-4998.366963],[-64.624314,-4999.590923],[0.000000,-5000.000000],[64.624314,-4999.590923],[129.052246,-4998.366963],[193.278889,-4996.333029],[257.299332,-4993.494031],[321.108669,-4989.854876],[384.701989,-4985.420474],[448.074385,-4980.195734],[511.220947,-4974.185563],[574.136766,-4967.394871],[636.816935,-4959.828567],[699.256543,-4951.491559],[761.450683,-4942.388756],[823.394446,-4932.525067],[885.082922,-4921.905400],[946.511204,-4910.534664],[1007.674383,-4898.417769],[1068.567549,-4885.559622],[1129.185794,-4871.965133],[1189.524209,-4857.639210],[1249.577886,-4842.586761],[1309.341915,-4826.812697],[1368.811389,-4810.321924],[1427.981398,-4793.119353],[1486.847033,-4775.209892],[1545.403386,-4756.598450],[1603.645549,-4737.289935],[1661.568611,-4717.289256],[1719.167665,-4696.601321],[1776.437803,-4675.231041],[1833.374114,-4653.183322],[1889.971690,-4630.463075],[1946.225623,-4607.075208],[2002.131005,-4583.024629],[2057.682925,-4558.316247],[2112.876475,-4532.954972],[2167.706748,-4506.945711],[2222.168833,-4480.293374],[2276.257822,-4453.002869],[2329.968807,-4425.079105],[2383.296879,-4396.526990],[2436.237128,-4367.351434],[2488.784647,-4337.557346],[2540.934526,-4307.149633],[2592.681857,-4276.133205],[2644.021732,-4244.512971],[2694.949240,-4212.293838],[2745.459474,-4179.480717],[2795.547524,-4146.078515],[2845.208483,-4112.092141],[2894.437441,-4077.526505],[2943.229490,-4042.386514],[2991.579720,-4006.677078],[3039.483224,-3970.403106],[3086.935092,-3933.569505],[3133.930415,-3896.181186],[3180.464286,-3858.243055],[3226.531794,-3819.760024],[3272.128032,-3780.736999],[3317.248091,-3741.178890],[3361.887061,-3701.090605],[3406.040035,-3660.477054],[3449.702103,-3619.343145],[3492.868357,-3577.693786],[3535.533887,-3535.533887],[3577.693786,-3492.868357],[3619.343145,-3449.702103],[3660.477054,-3406.040035],[3701.090605,-3361.887061],[3741.178890,-3317.248091],[3780.736999,-3272.128032],[3819.760024,-3226.531794],[3858.243055,-3180.464286],[3896.181186,-3133.930415],[3933.569505,-3086.935092],[3970.403106,-3039.483224],[4006.677078,-2991.579720],[4042.386514,-2943.229490],[4077.526505,-2894.437441],[4112.092141,-2845.208483],[4146.078515,-2795.547524],[4179.480717,-2745.459474],[4212.293838,-2694.949240],[4244.512971,-2644.021732],[4276.133205,-2592.681857],[4307.149633,-2540.934526],[4337.557346,-2488.784647],[4367.351434,-2436.237128],[4396.526990,-2383.296879],[4425.079105,-2329.968807],[4453.002869,-2276.257822],[4480.293374,-2222.168833],[4506.945711,-2167.706748],[4532.954972,-2112.876475],[4558.316247,-2057.682925],[4583.024629,-2002.131005],[4607.075208,-1946.225623],[4630.463075,-1889.971690],[4653.183322,-1833.374114],[4675.231041,-1776.437803],[4696.601321,-1719.167665],[4717.289256,-1661.568611],[4737.289935,-1603.645549],[4756.598450,-1545.403386],[4775.209892,-1486.847033],[4793.119353,-1427.981398],[4810.321924,-1368.811389],[4826.812697,-1309.341915],[4842.586761,-1249.577886],[4857.639210,-1189.524209],[4871.965133,-1129.185794],[4885.559622,-1068.567549],[4898.417769,-1007.674383],[4910.534664,-946.511204],[4921.905400,-885.082922],[4932.525067,-823.394446],[4942.388756,-761.450683],[4951.491559,-699.256543],[4959.828567,-636.816935],[4967.394871,-574.136766],[4974.185563,-511.220947],[4980.195734,-448.074385],[4985.420474,-384.701989],[4989.854876,-321.108669],[4993.494031,-257.299332],[4996.333029,-193.278889],[4998.366963,-129.052246],[4999.590923,-64.624314],[5000.000000,0.000000]]);
59 }
60}
61
62module poly_path3043(h)
63{
64 scale([25.4/90, -25.4/90, 1]) union()
65 {
66 difference()
67 {
68 linear_extrude(height=h)
69 polygon([[-1944.000000,1560.000000],[-1944.000000,-2647.000000],[-1978.692627,-2648.970459],[-2012.619141,-2650.388672],[-2045.739990,-2651.264893],[-2078.015625,-2651.609375],[-2109.406494,-2651.432373],[-2139.873047,-2650.744141],[-2169.375732,-2649.554932],[-2197.875000,-2647.875000],[-2225.331299,-2645.714600],[-2251.705078,-2643.083984],[-2276.956787,-2639.993408],[-2301.046875,-2636.453125],[-2323.935791,-2632.473389],[-2345.583984,-2628.064453],[-2365.951904,-2623.236572],[-2385.000000,-2618.000000],[-2387.041351,-2623.814301],[-2387.924561,-2629.815186],[-2387.663361,-2635.995880],[-2386.271484,-2642.349609],[-2383.762665,-2648.869598],[-2380.150635,-2655.549072],[-2375.449127,-2662.381256],[-2369.671875,-2669.359375],[-2362.832611,-2676.476654],[-2354.945068,-2683.726318],[-2346.022980,-2691.101593],[-2336.080078,-2698.595703],[-2325.130096,-2706.201874],[-2313.186768,-2713.913330],[-2300.263824,-2721.723297],[-2286.375000,-2729.625000],[-2271.534027,-2737.611664],[-2255.754639,-2745.676514],[-2239.050568,-2753.812775],[-2221.435547,-2762.013672],[-2202.923309,-2770.272430],[-2183.527588,-2778.582275],[-2142.140625,-2795.328125],[-2097.384521,-2812.197021],[-2049.369141,-2829.134766],[-1998.204346,-2846.087158],[-1944.000000,-2863.000000],[-1944.000000,-3673.000000],[-1506.000000,-3673.000000],[-1506.000000,-2973.000000],[-1430.900730,-2988.091785],[-1353.612091,-3002.673737],[-1274.241589,-3016.690121],[-1192.896729,-3030.085205],[-1109.685017,-3042.803257],[-1024.713959,-3054.788544],[-938.091061,-3065.985332],[-849.923828,-3076.337891],[-760.319767,-3085.790485],[-669.386383,-3094.287384],[-577.231182,-3101.772854],[-483.961670,-3108.191162],[-436.942643,-3110.982714],[-389.685352,-3113.486576],[-342.203237,-3115.695781],[-294.509735,-3117.603363],[-246.618285,-3119.202355],[-198.542324,-3120.485790],[-150.295291,-3121.446702],[-101.890625,-3122.078125],[-53.341763,-3122.373091],[-4.662144,-3122.324635],[44.134795,-3121.925788],[93.035614,-3121.169586],[142.026876,-3120.049061],[191.095142,-3118.557247],[240.226975,-3116.687177],[289.408936,-3114.431885],[338.627586,-3111.784403],[387.869488,-3108.737766],[437.121203,-3105.285007],[486.369293,-3101.419159],[535.600320,-3097.133255],[584.800846,-3092.420330],[633.957432,-3087.273416],[683.056641,-3081.685547],[732.085033,-3075.649756],[781.029171,-3069.159077],[829.875617,-3062.206542],[878.610931,-3054.785187],[927.221677,-3046.888043],[975.694416,-3038.508144],[1024.015709,-3029.638525],[1072.172119,-3020.272217],[1120.150207,-3010.402255],[1167.936535,-3000.021671],[1215.517664,-2989.123500],[1262.880157,-2977.700775],[1310.010576,-2965.746529],[1356.895481,-2953.253796],[1403.521435,-2940.215608],[1449.875000,-2926.625000],[1495.942737,-2912.475005],[1541.711208,-2897.758656],[1587.166975,-2882.468986],[1632.296600,-2866.599030],[1677.086645,-2850.141819],[1721.523670,-2833.090389],[1765.594239,-2815.437772],[1809.284912,-2797.177002],[1852.582252,-2778.301112],[1895.472820,-2758.803135],[1937.943179,-2738.676105],[1979.979889,-2717.913055],[2021.569513,-2696.507020],[2062.698612,-2674.451031],[2103.353749,-2651.738122],[2143.521484,-2628.361328],[2183.188381,-2604.313681],[2222.341000,-2579.588215],[2260.965903,-2554.177963],[2299.049652,-2528.075958],[2336.578809,-2501.275235],[2373.539936,-2473.768826],[2409.919594,-2445.549764],[2445.704346,-2416.611084],[2480.880752,-2386.945818],[2515.435375,-2356.547001],[2549.354777,-2325.407665],[2582.625519,-2293.520844],[2615.234163,-2260.879570],[2647.167271,-2227.476879],[2678.411404,-2193.305803],[2708.953125,-2158.359375],[2738.778995,-2122.630629],[2767.875576,-2086.112598],[2796.229430,-2048.798316],[2823.827118,-2010.680817],[2850.655202,-1971.753132],[2876.700245,-1932.008297],[2901.948807,-1891.439344],[2926.387451,-1850.039307],[2950.002738,-1807.801219],[2972.781231,-1764.718113],[2994.709490,-1720.783023],[3015.774078,-1675.988983],[3035.961557,-1630.329026],[3055.258488,-1583.796185],[3073.651433,-1536.383493],[3091.126953,-1488.083984],[3107.671611,-1438.890692],[3123.271969,-1388.796650],[3137.914587,-1337.794891],[3151.586029,-1285.878448],[3164.272855,-1233.040356],[3175.961628,-1179.273647],[3186.638909,-1124.571355],[3196.291260,-1068.926514],[3204.905242,-1012.332156],[3212.467419,-954.781315],[3218.964350,-896.267025],[3224.382599,-836.782318],[3228.708726,-776.320229],[3231.929295,-714.873791],[3234.030865,-652.436037],[3235.000000,-589.000000],[3234.972562,-566.531124],[3234.633830,-544.264372],[3233.985894,-522.198623],[3233.030846,-500.332752],[3231.770775,-478.665639],[3230.207772,-457.196159],[3228.343929,-435.923191],[3226.181335,-414.845612],[3223.722082,-393.962299],[3220.968261,-373.272130],[3217.921961,-352.773982],[3214.585274,-332.466732],[3210.960290,-312.349258],[3207.049100,-292.420438],[3202.853795,-272.679149],[3198.376465,-253.124268],[3193.619201,-233.754672],[3188.584094,-214.569239],[3183.273234,-195.566847],[3177.688713,-176.746372],[3171.832621,-158.106693],[3165.707047,-139.646686],[3159.314085,-121.365229],[3152.655823,-103.261200],[3145.734352,-85.333475],[3138.551764,-67.580933],[3131.110150,-50.002450],[3123.411598,-32.596905],[3115.458201,-15.363174],[3107.252049,1.699866],[3090.089844,35.318359],[3071.941707,68.267557],[3052.824364,100.556438],[3032.754540,132.193985],[3011.748962,163.189178],[2989.824355,193.550998],[2966.997444,223.288425],[2943.284955,252.410441],[2918.703613,280.926025],[2893.270144,308.844160],[2867.001274,336.173824],[2839.913728,362.924000],[2812.024231,389.103668],[2783.349509,414.721809],[2753.906288,439.787403],[2723.711293,464.309432],[2692.781250,488.296875],[2661.132884,511.758714],[2628.782921,534.703930],[2595.748086,557.141503],[2562.045105,579.080414],[2527.690703,600.529644],[2492.701607,621.498173],[2457.094541,641.994982],[2420.886230,662.029053],[2384.093402,681.609365],[2346.732780,700.744900],[2308.821092,719.444638],[2270.375061,737.717560],[2231.411414,755.572647],[2191.946877,773.018879],[2151.998174,790.065238],[2111.582031,806.720703],[2070.715175,822.994256],[2029.414330,838.894878],[1987.696221,854.431550],[1945.577576,869.613251],[1903.075118,884.448963],[1860.205574,898.947666],[1816.985669,913.118342],[1773.432129,926.969971],[1729.561679,940.511533],[1685.391045,953.752010],[1640.936952,966.700383],[1596.216125,979.365631],[1551.245292,991.756736],[1506.041176,1003.882679],[1415.000000,1027.375000],[1323.226402,1049.914440],[1230.854187,1071.572845],[1138.017159,1092.422062],[1044.849121,1112.533936],[951.483879,1131.980312],[858.055237,1150.833038],[764.696999,1169.163960],[671.542969,1187.044922],[486.382751,1221.744354],[303.645020,1255.506104],[124.400208,1288.904938],[36.422157,1305.647877],[-50.281250,1322.515625],[-135.576210,1339.580029],[-219.328918,1356.912933],[-301.405571,1374.586185],[-381.672363,1392.671631],[-459.995491,1411.241116],[-536.241150,1430.366486],[-573.543115,1440.160079],[-610.275536,1450.119587],[-646.421687,1460.253989],[-681.964844,1470.572266],[-716.888280,1481.083398],[-751.175270,1491.796368],[-784.809089,1502.720154],[-817.773010,1513.863739],[-850.050309,1525.236103],[-881.624260,1536.846226],[-912.478137,1548.703089],[-942.595215,1560.815674],[-971.958768,1573.192960],[-1000.552071,1585.843929],[-1028.358397,1598.777562],[-1055.361023,1612.002838],[-1081.543221,1625.528739],[-1106.888268,1639.364246],[-1131.379436,1653.518340],[-1155.000000,1668.000000],[-1179.934262,1684.028191],[-1204.303444,1700.327332],[-1228.113387,1716.891151],[-1251.369934,1733.713379],[-1274.078927,1750.787743],[-1296.246208,1768.107971],[-1317.877620,1785.667793],[-1338.979004,1803.460938],[-1359.556203,1821.481133],[-1379.615059,1839.722107],[-1399.161414,1858.177589],[-1418.201111,1876.841309],[-1436.739991,1895.706993],[-1454.783897,1914.768372],[-1472.338672,1934.019173],[-1489.410156,1953.453125],[-1506.004193,1973.063957],[-1522.126625,1992.845398],[-1537.783294,2012.791176],[-1552.980042,2032.895020],[-1567.722711,2053.150658],[-1582.017143,2073.551819],[-1595.869182,2094.092232],[-1609.284668,2114.765625],[-1622.269444,2135.565727],[-1634.829353,2156.486267],[-1646.970237,2177.520973],[-1658.697937,2198.663574],[-1670.018296,2219.907799],[-1680.937157,2241.247375],[-1691.460361,2262.676033],[-1701.593750,2284.187500],[-1711.343167,2305.775505],[-1720.714455,2327.433777],[-1729.713454,2349.156044],[-1738.346008,2370.936035],[-1746.617959,2392.767479],[-1754.535149,2414.644104],[-1762.103419,2436.559639],[-1769.328613,2458.507812],[-1776.216573,2480.482353],[-1782.773140,2502.476990],[-1789.004157,2524.485451],[-1794.915466,2546.501465],[-1800.512910,2568.518761],[-1805.802330,2590.531067],[-1815.480469,2634.515625],[-1823.996620,2678.404968],[-1831.397522,2722.148926],[-1837.729912,2765.697327],[-1843.040527,2809.000000],[-1847.376106,2852.006775],[-1850.783386,2894.667480],[-1853.309105,2936.931946],[-1855.000000,2978.750000],[-1855.902809,3020.071472],[-1856.064270,3060.846191],[-1855.531120,3101.023987],[-1854.350098,3140.554688],[-1852.567940,3179.388123],[-1850.231384,3217.474121],[-1847.387169,3254.762512],[-1844.082031,3291.203125],[-1840.362709,3326.745789],[-1836.275940,3361.340332],[-1831.868462,3394.936584],[-1827.187012,3427.484375],[-1822.278328,3458.933533],[-1817.189148,3489.233887],[-1811.966209,3518.335266],[-1806.656250,3546.187500],[-1795.962219,3597.943848],[-1785.480957,3644.101562],[-1775.586365,3684.259277],[-1766.652344,3718.015625],[-1759.052795,3744.969238],[-1753.161621,3764.718750],[-1748.000000,3781.000000],[-1755.199951,3765.692139],[-1775.083984,3721.537109],[-1788.978241,3689.470917],[-1805.078369,3651.187744],[-1823.062653,3607.019196],[-1842.609375,3557.296875],[-1863.396820,3502.352386],[-1885.103271,3442.517334],[-1907.407013,3378.123322],[-1929.986328,3309.501953],[-1941.278790,3273.709637],[-1952.519501,3236.984833],[-1963.668247,3199.368992],[-1974.684814,3160.903564],[-1985.528988,3121.630001],[-1996.160553,3081.589752],[-2006.539295,3040.824268],[-2016.625000,2999.375000],[-2026.377453,2957.283398],[-2035.756439,2914.590912],[-2044.721745,2871.338993],[-2053.233154,2827.569092],[-2061.250454,2783.322659],[-2068.733429,2738.641144],[-2075.641865,2693.565998],[-2081.935547,2648.138672],[-2087.574261,2602.400616],[-2092.517792,2556.393280],[-2096.725925,2510.158115],[-2100.158447,2463.736572],[-2102.775143,2417.170101],[-2104.535797,2370.500153],[-2105.400196,2323.768177],[-2105.328125,2277.015625],[-2104.279369,2230.283947],[-2102.213715,2183.614594],[-2099.090946,2137.049015],[-2094.870850,2090.628662],[-2089.513210,2044.394985],[-2086.395245,2021.361104],[-2082.977814,1998.389435],[-2079.255889,1975.485160],[-2075.224445,1952.653461],[-2070.878455,1929.899519],[-2066.212891,1907.228516],[-2061.222726,1884.645631],[-2055.902935,1862.156048],[-2050.248490,1839.764946],[-2044.254364,1817.477509],[-2037.915531,1795.298915],[-2031.226963,1773.234348],[-2024.183634,1751.288989],[-2016.780518,1729.468018],[-2009.012586,1707.776617],[-2000.874813,1686.219967],[-1992.362172,1664.803250],[-1983.469635,1643.531647],[-1974.192176,1622.410339],[-1964.524769,1601.444508],[-1954.462386,1580.639334],[-1944.000000,1560.000000]]);
70 translate([0, 0, -fudge])
71 linear_extrude(height=h+2*fudge)
72 polygon([[-1506.000000,1091.000000],[-1461.747406,1061.363495],[-1415.733154,1031.294678],[-1368.135040,1000.742096],[-1319.130859,969.654297],[-1217.615479,905.667236],[-1112.609375,838.921875],[-1059.241791,804.386200],[-1005.534912,769.006592],[-951.666534,732.731598],[-897.814453,695.509766],[-844.156464,657.289642],[-790.870361,618.019775],[-764.422329,597.975109],[-738.133942,577.648712],[-712.027424,557.034153],[-686.125000,536.125000],[-660.448895,514.914822],[-635.021332,493.397186],[-609.864536,471.565662],[-585.000732,449.413818],[-560.452145,426.935223],[-536.240997,404.123444],[-512.389515,380.972050],[-488.919922,357.474609],[-465.854443,333.624691],[-443.215302,309.415863],[-421.024723,284.841694],[-399.304932,259.895752],[-378.078152,234.571606],[-357.366608,208.862823],[-337.192524,182.762974],[-317.578125,156.265625],[-298.545635,129.364346],[-280.117279,102.052704],[-262.315281,74.324268],[-245.161865,46.172607],[-228.679256,17.591290],[-212.889679,-11.426117],[-197.815357,-40.886044],[-183.478516,-70.794922],[-169.901379,-101.159184],[-157.106171,-131.985260],[-145.115116,-163.279583],[-133.950439,-195.048584],[-123.634365,-227.298695],[-114.189117,-260.036346],[-105.636921,-293.267971],[-98.000000,-327.000000],[-91.006731,-361.015895],[-84.461803,-394.720665],[-78.361290,-428.115563],[-72.701263,-461.201843],[-67.477794,-493.980758],[-62.686954,-526.453560],[-58.324816,-558.621503],[-54.387451,-590.485840],[-50.870931,-622.047824],[-47.771328,-653.308708],[-45.084713,-684.269746],[-42.807159,-714.932190],[-40.934738,-745.297294],[-39.463520,-775.366310],[-38.389578,-805.140492],[-37.708984,-834.621094],[-37.417810,-863.809367],[-3