From a6cd9a015b8ee996a7dcdc69daf8c5a4f4cb13f3 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 30 Nov 2014 13:45:45 -0800 Subject: [PATCH] add info on deck --- bill-of-materials.rkt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bill-of-materials.rkt b/bill-of-materials.rkt index 2d087c6..064ce84 100755 --- a/bill-of-materials.rkt +++ b/bill-of-materials.rkt @@ -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, @@ -188,6 +187,16 @@ (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 -- 2.30.2