From e9f22c3b93841532609e6f818af92ecf209508a6 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 13 Jan 2016 16:47:37 -0800 Subject: [PATCH] generate amf instead of stl --- 3d-printables/Makefile | 8 ++++---- bill-of-materials.rkt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/3d-printables/Makefile b/3d-printables/Makefile index 8c1572b..05367aa 100644 --- a/3d-printables/Makefile +++ b/3d-printables/Makefile @@ -1,7 +1,7 @@ -%.stl: %.scad %-data.scad - openscad $< -o $@ +%.amf: %.scad %-data.scad + openscad-nightly $< -o $@ -%-makerfarm.gcode: %.stl makerfarm-i3-v-8in.ini +%-makerfarm.gcode: %.amf makerfarm-i3-v-8in.ini slic3r \ --load makerfarm-i3-v-8in.ini \ --output $@ \ @@ -29,4 +29,4 @@ pretty-angle-bracket: clean: rm -f *.gcode - rm -f *.stl + rm -f *.amf diff --git a/bill-of-materials.rkt b/bill-of-materials.rkt index c33c08b..4a2754c 100755 --- a/bill-of-materials.rkt +++ b/bill-of-materials.rkt @@ -45,6 +45,7 @@ [note ""]) (item description quantity unit-cost max-lead-days where-to-get note)) +;; TODO: add sonar sensor cable making supplies ;; TODO: add actual cost for screws, nuts, and other estimated parts ;; TODO: add male-female jump wires for connecting sonar sensors ;; TODO: add ball caster -- 2.30.2