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