Sebastian Andersson
Sebastian Andersson
* [ ] add info/example about calculating fields in templates, ie cost/g from spool price. * [ ] Make a program to create templates from existing filament config.
If you run your Klipper instance on the same module, you can add the rpi as a secondary MCU, then add a GPIO pin to its configuration and change it...
That's a good point. It should probably be a command line argument so it can be in different places. Until then you can add a synlink for .config/nfc2klipper: ```sh cd...
It is intentionally that it uses the filament's ID. The filament's gcode in the slicer sets the wanted filament type and when the print starts to use that filament, it...
@scottessner good idea! I'll add it to the readme.
I've make a program, spool2klipper, that can be used to set the active filament when the spool id is changed in moonraker. Even if using nfc2klipper, its useful if the...
I've now added support for the other kind of workflow where the print start gcode instead sets the active spool in Klipper/Moonraker. It can now create one filament configuration file...
The files are not possible to import, the program is designed to directly write the slicer's configuration files to its directory for filament configuration. I don't have any computer with...
Btw, you should be able to run the program directly on your windows computer. You just need to install python3 first.
This looks awesome! I'm away on vacation without a computer right now so I'll review it when I come back home. Please add spdx copyright tags to the file, like...