3 Commits

Author SHA1 Message Date
51c508485b Extend printer interface to represent actually functionality better
All checks were successful
Build ptprnt / build (push) Successful in 1m6s
2024-04-20 12:56:26 +02:00
Moritz Martinius
cef33729a7 This Commit adds a rudimentary printer factory to greatly simplify the creation of printers 2024-04-20 12:55:43 +02:00
5b3148cb65 Improve gitignore for less noise in commits (#10)
All checks were successful
Build ptprnt / build (push) Successful in 1m34s
Co-authored-by: Moritz Martinius <mm@cloudprinters.de>
Reviewed-on: #10
2024-03-23 12:04:49 +00:00

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ subprojects/*
coverageReport/ coverageReport/
# Files # Files
ptprnt.log
!subprojects/*.wrap !subprojects/*.wrap
.vscode/* .vscode/*
!.vscode/c_cpp_properties.json !.vscode/c_cpp_properties.json