From 45957471c3de1612bc498d8cb55af801abf9c665 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Tue, 16 Mar 2021 19:42:09 -0400 Subject: [PATCH] Write progress to your home dir in case you cancel a draw --- ax.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ax.sh b/ax.sh index 629fc53..18e99a1 100644 --- a/ax.sh +++ b/ax.sh @@ -11,4 +11,5 @@ axicli -f ./axidraw_conf_robothouse_a3.py \ --model 2 \ --pen_pos_up 20 \ --pen_pos_down 60 \ + -o ~/progress.svg \ "${@}" \ No newline at end of file