New tension system, gcode generator, emergency stop button, feed needle -> thin metal tube
This commit is contained in:
parent
82f641ee89
commit
4c6d2c1dca
785 changed files with 16874 additions and 8324 deletions
3
firmware/buildroot/share/scripts/rle_compress_bitmap.py
Executable file → Normal file
3
firmware/buildroot/share/scripts/rle_compress_bitmap.py
Executable file → Normal file
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
# Usage: rle_compress_bitmap.py INPUT_FILE OUTPUT_FILE
|
||||
#
|
||||
import sys, struct
|
||||
import re
|
||||
import sys, struct, re
|
||||
|
||||
def addCompressedData(input_file, output_file):
|
||||
input_lines = input_file.readlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue