diff --git a/readme.md b/readme.md index 26003f9..d87cb6c 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,9 @@ # Bambu Labs X1* FTP and Print +> [!WARNING] +> This has been archived as of 6th October 2023, due to life things on I do not have time to tinker with this any longer. + This is a Python script that provides a little of the "cloud" like functionality that you lose when you run in LAN Only mode. Namely the ability to send prints from the slicer directly to the printer. Mostly the way that it manages this is through a combo of MQTT messages and file pulls when a command is picked up by the printer (`pushall`). This script emulates that somewhat but instead makes use of the local FTP server to place the `3mf` file onto the printer and then trigger a print of that file for you. @@ -79,4 +82,4 @@ There is a distinct lack of error checking. If your FTP upload fails, the script **Consider this a MVP. As I get spare time, I'll add better handling.** ### Thanks -Quick thanks to the folks in the NZ and AU channels on the official Discord for putting up with my rambling nonsense about this and the prodding I've been doing with MQTT for both this and Home Assistant Intergrations and for those there that have willingly tested stuff I've provided; it's made it much easier :thumbsup: \ No newline at end of file +Quick thanks to the folks in the NZ and AU channels on the official Discord for putting up with my rambling nonsense about this and the prodding I've been doing with MQTT for both this and Home Assistant Intergrations and for those there that have willingly tested stuff I've provided; it's made it much easier :thumbsup: