Sorry, we don't support your browser.  Install a modern browser

Filament Matching with Chatgpt#609

Most likely you will never be able to match all the different types of filaments of uploaded files by just coding. However you could basically create a csv from the filaments the users have stored in simply print (or just your standard filaments that are part of simplyprint and put it into a custom gpt) and create a chatgpt call that matches what was supplied via the .3mf with that csv. Most likely you will reach a very high matching rate with less error. You could also just use the cheapest model available like a chinese brand ai where you basically pay 0,00001€ per prompt.

Another method could be to do an elastic search query on the filaments and give the user a suggestion what the filament probably is. So we can select while uploading what the filament type probably is.

2 days ago