Add cut after printing demos

This commit is contained in:
davisgoglin 2016-03-19 20:03:34 -07:00 committed by Davis Goglin
parent 00ef7f129b
commit a445c4205a
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ def demo(printer, **kwargs):
) )
for params in DEMO_FUNCTIONS[demo_choice]: for params in DEMO_FUNCTIONS[demo_choice]:
command(**params) command(**params)
printer.cut()
if __name__ == '__main__': if __name__ == '__main__':
main() main()