mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 10:20:36 -07:00
🧑💻 Update example build scripts
This commit is contained in:
parent
c7e10c5622
commit
f0b960e2ef
22 changed files with 201 additions and 47909 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