From 5c5c078ae4cb6015e69d5c0b12bc7fe685e2872f Mon Sep 17 00:00:00 2001 From: Andrew Makousky Date: Fri, 16 Oct 2020 12:31:44 -0500 Subject: [PATCH] Packaging: Add Macintosh 128k design. --- hardware/packaging/mac128k/box-layout.svg | 1440 ++++++++++++++++++++ hardware/packaging/mac128k/get_ref_imgs.sh | 10 + 2 files changed, 1450 insertions(+) create mode 100644 hardware/packaging/mac128k/box-layout.svg create mode 100755 hardware/packaging/mac128k/get_ref_imgs.sh diff --git a/hardware/packaging/mac128k/box-layout.svg b/hardware/packaging/mac128k/box-layout.svg new file mode 100644 index 0000000..6e0572a --- /dev/null +++ b/hardware/packaging/mac128k/box-layout.svg @@ -0,0 +1,1440 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ® + M + a + c + i + n + t + o + s + h + + + + + + + + THIS + SINGLE WALL + BOX MEETS ALL CONSTRUCTION + REQUIREMENTS OF APPLICABLE + FREIGHT CLASSIFICATION + BRUSTING + TEST + 275 + LBS PER + SQ INCH + MIN COMB + WT FACINGS + 138 + LBS PER + M SQ FT + SIZE LIMIT + 90 + INCHES + GROSS + WT LT + 90 + LBS + + + + + + + + + BOX CERTIFICATE + + + + PACIFIC SOUTHWEST CONTAINER INC + + + + MODESTO, CALIFORNIA 95351 + + + + + + ® + + + + + + + + + + + + + M + a + c + i + n + t + o + s + h + + + + + + + + M + a + c + i + n + t + o + s + h + + + + ® + + + + + + + + + + + + + M + a + c + i + n + t + o + s + h + + + + diff --git a/hardware/packaging/mac128k/get_ref_imgs.sh b/hardware/packaging/mac128k/get_ref_imgs.sh new file mode 100755 index 0000000..dc741a7 --- /dev/null +++ b/hardware/packaging/mac128k/get_ref_imgs.sh @@ -0,0 +1,10 @@ +#! /bin/sh +# Use a shell script to download a larger PNG image. GitHub has +# bandwidth limits, so let's try to keep away from those as much as +# possible. + +# Get the Macintosh 128k box reference images, transformed from angled +# photos sourced from a probably now-expired Ebay listing. + +curl -L -o front_face.png 'https://drive.google.com/uc?export=download&id=1T-Mb_VPAsTLAOTtTWOvSsjf4FuSHZDkA' +curl -L -o side_face.png 'https://drive.google.com/uc?export=download&id=11inXjFEUjz548vJmjLY5IQ_QweclYqRE'