X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=bill-of-materials.rkt;fp=bill-of-materials.rkt;h=064ce849723933fdd7a7038f403296457ecd5fa2;hp=2d087c611d5bef458806bc3ef0e9e3ed5c4b50f3;hb=a6cd9a015b8ee996a7dcdc69daf8c5a4f4cb13f3;hpb=8b3d6ed0e717ba9b21a24aceb0eaa322f12168f9 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