chiark / gitweb /
topeak-seatstay-lock: wip fix rim tube: introduce cut_rotation
[reprap-play.git] / Makefile
index 6a4b9c5f5dcb5a3ff022169e353903449b7ce604..4afba5d42848dca8a22d88a433b96a4b8e94a3cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PLAY ?= $(CWD)
 
 CONFIG=$(PLAY)/slic3r-config.ini
 
-USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount
+USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 
 AUTO_INCS = funcs.scad
@@ -39,6 +39,12 @@ stls:                $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
                        --output $@.tmp $<
                @mv -f $@.tmp $@
 
+%.gcode-sd:    %.gcode
+               mount /media/sd
+               cp $^ /media/sd/JOB.G
+               sleep 0.5
+               umount /media/sd
+
 %:             %.cpp
                cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@