Skip to content

Commit

Permalink
Merge pull request kliment#1346 from rockstorm101/pr-refactor-printcore
Browse files Browse the repository at this point in the history
Refactor `printcore.py`. Split `printcore.py` into two. All the functionality related to directly communicating with serial ports or TCP sockets is moved into `device.py`. This way this logic is abstracted from `printcore.py`, which is now independent of the underlying connection type. This reduces the complexity of printcore.py and increases code modularity.
  • Loading branch information
rockstorm101 authored Dec 25, 2023
2 parents d8da0dd + a668139 commit 4f0a15d
Show file tree
Hide file tree
Showing 4 changed files with 859 additions and 204 deletions.
Loading

0 comments on commit 4f0a15d

Please sign in to comment.