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
|
@ -2,14 +2,9 @@
|
|||
# MarlinBinaryProtocol.py
|
||||
# Supporting Firmware upload via USB/Serial, saving to the attached media.
|
||||
#
|
||||
import serial
|
||||
import math
|
||||
import time
|
||||
import serial, math, time, threading, sys, datetime, random
|
||||
from collections import deque
|
||||
import threading
|
||||
import sys
|
||||
import datetime
|
||||
import random
|
||||
|
||||
try:
|
||||
import heatshrink2 as heatshrink
|
||||
heatshrink_exists = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue