add info on deck
authordaniel watson <ozzloy@gmail.com>
Sun, 30 Nov 2014 21:45:45 +0000 (13:45 -0800)
committerdaniel watson <ozzloy@gmail.com>
Sun, 30 Nov 2014 21:45:45 +0000 (13:45 -0800)
bill-of-materials.rkt

index 2d087c611d5bef458806bc3ef0e9e3ed5c4b50f3..064ce849723933fdd7a7038f403296457ecd5fa2 100755 (executable)
@@ -38,7 +38,6 @@
          [note ""])
   (item description quantity unit-cost max-lead-days where-to-get note))
 
-;; TODO: add deck
 ;; TODO: add actual cost for screws, nuts, and other estimated parts
 ;; TODO: add male-female jump wires for connecting sonar sensors
 ;; TODO: add 3d printer filament cost for wheel, sonar sensor holders,
    (make-item "jumper wire female/male" 1/5 6 2
               (string-append "http://www.nexuscyber.com/7-premium-40-"
                              "pin-male-to-female-jumper-wires"))
+   (make-item "deck 8x8 inches"
+              1
+              ;; cost of entire 24x48 inch pegboard is 55.25
+              ;; each deck is only 8x8 inch
+              (/ 55.25 (* (/ 24 8) (/ 48 8)))
+              1
+              (string-append
+               "http://www.homedepot.com/p/"
+               "Triton-1-4-in-Custom-Painted-Blissful-White-Pegboard"
+               "-Wall-Organizer-Set-of-2-TPB-2W/205192313#specifications"))
    (make-item "small squares of double sided tape"
               1/30 12 1
               (string-append