X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=3d-printables%2Foshw-data.scad;fp=3d-printables%2Foshw-data.scad;h=0000000000000000000000000000000000000000;hp=a42361e5defca5acb9696857de5c3701fd7d4cd0;hb=6861cdfff4baf9b5fe8d3ca98534c39488b2ffc2;hpb=e39eeabe7eeb22123fe46282ec4101e72b2fcd5e diff --git a/3d-printables/oshw-data.scad b/3d-printables/oshw-data.scad deleted file mode 100644 index a42361e..0000000 --- a/3d-printables/oshw-data.scad +++ /dev/null @@ -1,7 +0,0 @@ -oshw_dx = 133.888; -oshw_dy = 120.366; -module oshw() { - x_center_offset = 66.9175; - y_center_offset = 53.2655; - translate([-x_center_offset, -y_center_offset]) { - import("oshw.dxf"); } }