9 lines
196 B
Bash
9 lines
196 B
Bash
|
#!/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 \
|
||
|
"${@}"
|