Sebastian Andersson
Sebastian Andersson
It would be nice if the smaller SI prefixes were supported as well. milli, micro, etc. I guess that requires changing the API though. Either changing the meaning of Scales::suffixes...
I've compiled misty in a docker container based on python:3.10-alpine for armv7. There I use musl libc and gcc-13.2.1. I first had to do this fix to get mstplib to...
After adding a new spool in spoolman, its tag needs to be written. Since it is probably not loaded at the same time, one want to write to the tag...
TODO
- [x] Save the active filament variable after updating it. - [x] Finish write_tag - store the records, use `index = self.cursor_line` in actionHighlighted to find the record. - [x]...
**Is your feature request related to a problem? Please describe.** When using Spoolman it would be really handy to have links in the side menu to my printer's mainsail webpage...
TODO
- [x] Add reuse and pylint actions & badges. - [x] Translate spool info to a filename through jinja templates (templates-SLICER/filename.template ?). - [x] Use gc based on the filename...
Shouldn't the `input` arguments also be pointers to const data?
Its happened twice now that I've converted projects to REUSE.toml, "reuse lint" doesn't complain and then the REUSE compliance badge turns to "non-compliant" because the REUSE.toml file lacks copyright info....
**Describe the bug** I added a new filament via the REST API. There I gave it the color "#FF000000". I got a "500: Internal Server Error." message back. After that...