From 28ebab5637f8909d67878f10674f0aed6518f9ea Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 30 Nov 2014 23:04:51 -0800 Subject: [PATCH] automatically put gcode to sd card and unmount it --- 3d-printables/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/3d-printables/Makefile b/3d-printables/Makefile index b7b1807..9122a3e 100644 --- a/3d-printables/Makefile +++ b/3d-printables/Makefile @@ -176,3 +176,8 @@ --support-material-extrusion-width 0 \ --bridge-flow-ratio 1 \ $< + +%.print: %.gcode + cp $< /media/3D-PRINTER + sleep 1 + umount /media/3D-PRINTER -- 2.30.2