Skip to main content

Bit of a Break

Β· 2 min read
David Zwart
Founder / Lead Developer

πŸ€— Bit of a break​

The last few weeks I've given myself a bit of a break. This was necessary after a lot of work was done recently. It is important to take rest every now and then! This was also a source of inspiration around this project. πŸ’‘

Connectivity to OctoPrint

Β· One min read
David Zwart
Founder / Lead Developer

This week I updated the connectivity to OctoPrint. I added more robust state updates, to make sure FDM Monster reports the right state in the UI. There are more tweaks to be done, but this is already great! I tested it on OctoPrint 1.9.3 and I plan to test 1.8.x soon, to make sure you all will have a smooth ride.

Released in: 1.6.0

When: soonℒ️

MongoDB to SQLite

Β· One min read
David Zwart
Founder / Lead Developer

An easier setup without external database​

Time for an update from my end. In the previous months I've announced a shift from MongoDB to SQLite. The SQLite database code is nearing completion, and Im testing the server + web client together now. So far things seem to work beautifully! The migration process is not an easy one, and I want the transition from MongoDB to SQLite to be as smooth as possible for all existing users! Please hold tight for those reasons. Users starting afresh would not have this complex route, so if anyone is interested I can already look at releasing a test docker container with SQLite - thumbs up below to show interest!

Blog 6

Β· 2 min read
David Zwart
Founder / Lead Developer

Current progress πŸ’ͺπŸΌβ€‹

The authentication mechanism is being finalized. There are some tweaks that need to be done in order to ensure it is user friendly. For example, currently only one login is allowed to be active and refreshed at the same time. If the same user would login on another device, the first user login session would be logged out. This is not desirable.

Furthermore, Ive started work on a first time setup page. Ill need testers for this soon.

Blog 5

Β· One min read
David Zwart
Founder / Lead Developer

Current progress πŸ’ͺπŸΌβ€‹

After a lot of tinkering, the login system on the server has reached it's first usable stage. Next up: ensuring all API endpoints are authentication/role protected. (optional) registration and websocket protected. On the UI side, I'm actively working on error handling and a login page πŸ›‘οΈ. Furthermore I've been working on a camera page 🎦 .