mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-13 17:57:53 -06:00
🧑💻 Python scripts cleanup, improve (#27533)
This commit is contained in:
parent
8d864d797a
commit
a7bd35b993
19 changed files with 37 additions and 56 deletions
|
@ -5,8 +5,7 @@
|
|||
#
|
||||
# Usage: rle16_compress_cpp_image_data.py INPUT_FILE.cpp OUTPUT_FILE.cpp
|
||||
#
|
||||
import sys, struct
|
||||
import re
|
||||
import sys, struct, re
|
||||
|
||||
def addCompressedData(input_file, output_file):
|
||||
ofile = open(output_file, 'wt')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue