print('\nShutting down because of keyboard interrupt.') sys.exit(0)6 changes: 3 additions & 3 deletions 6 tests/test_gcode_translator.py Original file line numberDiff line numberDiff line change @@ -7,7 +7,7 @@ current_dir = os.path.abspath(os.path.dirname(__file__)) sys.path...