Skip to content

Commit

Permalink
still more typos...
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Nov 7, 2024
1 parent 2ef8493 commit 8e43d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/pyscripts/fm11rf08_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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:")
Expand Down

0 comments on commit 8e43d12

Please sign in to comment.