From f0feeec3b95915d1dd23a4729051d02565ffd7e5 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Tue, 7 Dec 2021 23:10:26 -0500 Subject: [PATCH] This is the ax script being run on bot when controlling the plotter --- ax.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ax.sh diff --git a/ax.sh b/ax.sh new file mode 100644 index 0000000..e68b0b8 --- /dev/null +++ b/ax.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +axicli -f /home/ubuntu/plotter/axidraw_conf_robothouse_a3.py \ + --report_time \ + --model 2 \ + --pen_pos_up 20 \ + --pen_pos_down 60 \ + --output_file /home/ubuntu/progress.svg \ + "${@}" \ No newline at end of file