summaryrefslogtreecommitdiffstats
path: root/gcode/test3.py
blob: 1052a7142703da53e739c570b0462d20fe1bf14e (plain)
1
2
3
4
5
6
from pync import *
G54()
for _ in range(100):
    G0(x=0, y=0, z=0)
    G0(x=50, y=25, z=-25)
# vim: ts=4 sw=4 expandtab
bues.ch cgit interface