FULLY WORKING incl. sync. but have to fix the display. fy seems wrong
This commit is contained in:
@@ -212,12 +212,10 @@ class ShapePath(MotionBase):
|
||||
prg.append(' linear abs')
|
||||
prg.append('X%g Y%g' % tuple(pv[0, (0,1)]))
|
||||
prg.append('dwell 10')
|
||||
try:
|
||||
prg.append(self.sync_wait)
|
||||
try: prg.extend(self.sync_prg.split('\n'))
|
||||
except AttributeError:
|
||||
#print('no sync code available')
|
||||
pass
|
||||
else:
|
||||
print('no sync code available')
|
||||
prg.append('Gather.Enable=2')
|
||||
if cnt>1:
|
||||
prg.append('P100=%d'%cnt)
|
||||
|
||||
Reference in New Issue
Block a user