Conversation
Adding version
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #1 +/- ##
=========================================
Coverage ? 77.72%
=========================================
Files ? 32
Lines ? 1580
Branches ? 45
=========================================
Hits ? 1228
Misses ? 352
Partials ? 0 ☔ View full report in Codecov by Sentry. |
|
How stable is this? I've just started looking into mariner and discovered it was a bit out of date. |
|
Hi, I went through the same process a couple weeks ago. I wanted to use it, but it would not work because my printer uses encrypted This fork is attempting to put encryption support over the current firmware. So far it is working to the point that It can upload/display files and can start a print from the UI (on the printer or WebUI). Currently there is a bug that prevents loading the status page after a print has started, but it would not affect the printing process. Something about how the encrypted file handles layers, haven't have time to check it again. But you are welcome to try |
|
TODO: Figure out the layer bug preventing reading the status page from loading |
Merging the changes made by desterly/mariner to support encrypted
.ctbfiles on top of the current version of mariner.Made the necessary changes to compile the project using Github's Actions