How to see entire print history



  • I am on MatterControl 1.4 and I'd like to see my whole print history. I've never clicked the "Clear history" button and it is only showing my last 19 prints, even though MatterControl shows that I have completed 246 prints total. Is there any way (log or database) to access the raw data or an extended list of prints? Thanks!



  • The print history is kept in an SQLite database in the application data folder. On Windows this will be in C:\Users\{user}\AppData\Local\MatterControl\MatterControl.db and on Linux/Mac it will be ~/.local/share/MatterControl/MatterControl.db. You can use a tool like SQLite Manager to read the database. The history is in the PrintTask table.



Looks like your connection to MatterHackers Community was lost, please wait while we try to reconnect.