Open Disane87 opened 10 months ago
duplicate #11
Chamber Temp is missing in your settings. Love the detailed list though.
I haven't left octoprint because of this functionality, well a lighter version of this functionality. Will be excited to see if this gets added in. Right now I deal with offsets off of my base temps per spool, but love the idea of in addition being able to adjust things like pressure advance or flow rate.
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 other slices. Just update the get_config_suffix function and add a dir with templates.
It can run once or continuously (and then update the files as they are changed in Spoolman).
Its still a work in progress, but it works right now for me.
Since I use spoolman regulary and have almost all information regarding filaments in spoolman, it would be nice if we can create filament presets for i.e. PrusaSlicer (and therefore SuperSlicer and other derivates).
A filament preset is only an
ini
file which would look like this:All fields which are missing could be done via #283 I guess, am I right? But the core data is already there in spoolman. If this feature isn't planned I could write a tool which uses the api to create them.
What do you think?