Hi, I know it's common to preheat the chamber with the bed by setting the bed temp to 120 and letting the air heat up. However I was wondering if anyone has created an automation/button that will do this for me and then notify me, or when a certain material like ASA, ABS or PC is selected to print from, it first preheats the chamber before printing.
#X1C Chamber Preheat
1 messages · Page 1 of 1 (latest)
I'd recommend doing it in gcode in your slicer instead
New to all this. There a reason why? Would you by chance know the Gcode to do it?
Mostly because it's easier - I don't know much about the bambu slicer but in others (Prusa/orcaSlicer etc) you can do things like set custom start gcode based on material
Sadly a quick Google seems to suggest bambu don't implement M191 (the gcode for "wait for temperature to be X") so that won't work
This seems to be doing what you want though https://forum.bambulab.com/t/support-m191-g-code-command-wait-for-chamber-temperature/4686/26
(the actual yaml is lower down)