X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Foshw-data.scad;fp=3d-printables%2Foshw-data.scad;h=a42361e5defca5acb9696857de5c3701fd7d4cd0;hb=3d90aff00bdea5d4a525d006d5390f9c5a25c635;hp=0000000000000000000000000000000000000000;hpb=d00915911d7048524d168f352e33426d094e3176;p=challenge-bot diff --git a/3d-printables/oshw-data.scad b/3d-printables/oshw-data.scad new file mode 100644 index 0000000..a42361e --- /dev/null +++ b/3d-printables/oshw-data.scad @@ -0,0 +1,7 @@ +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"); } }