This is the ax script being run on bot when controlling the plotter

This commit is contained in:
Matt McWilliams 2021-12-07 23:10:26 -05:00
parent c39e22b197
commit f0feeec3b9
1 changed files with 9 additions and 0 deletions

9
ax.sh Normal file
View File

@ -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 \
"${@}"