Sebastian Andersson

Results 46 comments of Sebastian Andersson

I have a similar issue with a Elechouse PN532 V3 connected via UART to a Raspberry Pi 3B with buster. It stops responding after I stop my program. For me...

Now I've tested some more. I have two programs. One that doesn't call clf.close() , one that does. If I ran either of the programs, I couldn't get either to...

There could be a bug in my program so the clf.close() is never called. I'll verify that it is called and report back.

clf.close() is called. It is possible to get the firmware version from the chip by sending 0xD4 0x02. The returned frame for me is 0xD5 0x03 0x32 0x01 0x06 0x07;...

@EricZimmerman I've already updated the os (through apt) and most other things, the old klippy service file seems to have been kept though.

For USB serial ports it is also possible to get stable names on macOS. A former colleague wrote this code in a script: ``` ioreg -r -c IOUSBHostDevice -l -n...

I'm writing a tool that creates filament config files from Spoolman's data and jinja2 templates. Its here: https://github.com/bofh69/sm2ss It currently only have templates for superslicer, but it is prepared for...

I have an implementation for that here: https://github.com/bofh69/nfc2klipper/ I've not tested it so much yet, but so far it seems to work fine for me. I use a PD532 connected...

Spoolman itself doesn't really do the changing of the spool's weight, it is done by the moonraker's spoolman component requesting it. It is also the component in moonraker that knows...

- [x] Read template files from ~/.config/spoolman2slicer. - [x] Copy the template files to ~/.config/spoolman2slicer if they are missing. - [x] Add a Makefile with fmt/lint/reuse targets like nfc2klipper has.