Plotters#
Helper Fish shell functions for controlling an AxiDraw via axicli.
Place each .fish file in ~/.config/fish/functions/ or source them in your ~/.config/fish/config.fish to make the commands available in your shell.
Commands#
axihome– move to homeaxipenup– raise penaxipendown– lower penaxienable– enable XY motorsaxidisable– disable XY motorsaxicycle– run the AxiDraw demo cycleaxiplot file.svg [axicli args...]– plot a file with optional extraaxicliarguments
Examples#
axihome
axipenup
axipendown
axicycle
axiplot drawing.svg
axiplot drawing.svg --speed_pendown 40 --accel 60