prepended *draw_manual for faster processing in "new" Mentat, thx Christoph
This commit is contained in:
parent
188002f16e
commit
559f14ca35
|
@ -178,6 +178,7 @@ print 'waiting to connect...'
|
||||||
py_connect('',options.port)
|
py_connect('',options.port)
|
||||||
print 'connected...'
|
print 'connected...'
|
||||||
output([\
|
output([\
|
||||||
|
'*draw_manual', # prevent redrawing in "new" Mentat, should be much faster
|
||||||
'*remove_all_servos',
|
'*remove_all_servos',
|
||||||
'*sweep_all',
|
'*sweep_all',
|
||||||
'*renumber_nodes',
|
'*renumber_nodes',
|
||||||
|
|
Loading…
Reference in New Issue