Add the axicli wrapper script I use to control my plotter for most drawings
This commit is contained in:
parent
249d0013f5
commit
50f05cd151
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
#wrapper script for controlling my RobotHouse A3 plotter with
|
||||
#the AxiDraw CLI : https://axidraw.com/doc/cli_api/
|
||||
#use the config from this repo and place this script in your path
|
||||
#chmod +x and all that
|
||||
#I just call it "ax"
|
||||
|
||||
axicli -f ./axidraw_conf_robothouse_a3.py \
|
||||
--report_time \
|
||||
--model 2 \
|
||||
--pen_pos_up 20 \
|
||||
--pen_pos_down 60 \
|
||||
"${@}"
|
Loading…
Reference in New Issue