mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-13 10:04:28 +02:00
Update converter.py
This commit is contained in:
@@ -36,7 +36,7 @@ def convertMachine(baseName, verbose=True, extraArgs=None):
|
||||
if proc.returncode:
|
||||
print('Converter failed with exit code', proc.returncode)
|
||||
with open(out_filename, 'r') as f:
|
||||
print(f.read())
|
||||
print(f.read())
|
||||
else:
|
||||
print("FluidNC Configuration written to", out_filename)
|
||||
return proc.returncode
|
||||
|
Reference in New Issue
Block a user