Update readme.md
This commit is contained in:
parent
1961ad6afd
commit
c494693df4
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
# Bambu Labs X1* FTP and Print
|
# 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.
|
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.
|
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.**
|
**Consider this a MVP. As I get spare time, I'll add better handling.**
|
||||||
|
|
||||||
### Thanks
|
### 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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue