7 lines
148 B
Python
7 lines
148 B
Python
|
from pyaxidraw import axidraw
|
||
|
ad = axidraw.AxiDraw()
|
||
|
ad.plot_setup()
|
||
|
ad.options.mode = "manual"
|
||
|
ad.options.manual_cmd = "disable_xy"
|
||
|
ad.plot_run()
|