I wrote a little app to heat the X1/X1C chamber automatically. You start a print, and then within the next few seconds, run the app. Then the app:
- Connects to an X1/X1C via. MQTT
- Checks if a print is in progress. If so, it pauses the print.
- Sets the bed on max temp & Aux fan on 100%
- Polls the chamber temp until it reaches a number you set (45-50c is the highest you can reasonably attain)
- Automatically stops the Aux Fan and turns off the bed when chamber temp is reached
- Automatically resumes the print.
Using this app replaces needing to customize your gcode to set the max bed temp, turn on the aux fan, and then wait a pre-set amount of time before printing - which may or may not get your chamber to the temp you want.
With this little app, the chamber heating time is exactly as long or short as it needs to be to get to temp.
Right now it only works on M-series macs. And, it works locally - so you will at least have to have a LAN code. Message me if you’d like to test it out.