From 8e43d12e4b0c92cb58c7a5ad7d3ab96d568d9b4e Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 7 Nov 2024 19:37:15 +0100 Subject: [PATCH] still more typos... --- client/pyscripts/fm11rf08_full.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/pyscripts/fm11rf08_full.py b/client/pyscripts/fm11rf08_full.py index e5e0969b0..ba7f618af 100644 --- a/client/pyscripts/fm11rf08_full.py +++ b/client/pyscripts/fm11rf08_full.py @@ -660,7 +660,7 @@ def dumpBambu(data): TrayUID_s = data[9][6:53] Block10_0to3 = data[10][6:17] - SppolWidth_um = int(data[10][21:23] + data[14][18:20], 16) + SpoolWidth_um = int(data[10][21:23] + data[14][18:20], 16) Block10_6to15 = data[10][24:50] ProductionDateTime_s = bytes.fromhex(data[12][6:53]).decode('ascii').rstrip('\x00') @@ -712,8 +712,8 @@ def dumpBambu(data): lprint(f" [ 0:16] TrayUID_s = {{{TrayUID_s}}} ; not ASCII") lprint(" Block 10:") lprint(f" [ 0: 4] Block10_0to3 = {{{Block10_0to3}}}") - lprint(f" [ 4: 2] SppolWidth_um = {SppolWidth_um}um") - lprint(f" [6:10] Block10_6to15 = {{{Block10_6to15}}}") + lprint(f" [ 4: 2] SpoolWidth_um = {SpoolWidth_um}um") + lprint(f" [ 6:10] Block10_6to15 = {{{Block10_6to15}}}") lprint(" Block 12:") lprint(f" [ 0:16] ProductionDateTime_s = \"{ProductionDateTime_s}\"") lprint(" Block 13:")