This is a minimal sql query to extract the most important information of the FilamentManager OctoPrint Plugin's sqlite datbase file to a SpoolManager importable CSV file.
Steps:
- The FilamentManager database file can be extracted from an OctoPrint backup (zip-)file. The path in the backup file shoud be
basedir/data/filamentmanager/filament.db
. - Use a tool like (DB Browser for SQLite)[https://sqlitebrowser.org/dl/] (or similar) to open the FilamentManager database file
- Execute
convert_filamentmanager_db_to_spoolmanager.sql
and export the result as CSV. - Use the SpoolManager import function with the exported CSV (From OctoPrint settings).