What's the Chamber Temp variable?

I’m trying to write a conditional statement for Chamber Temp manipulation, what’s the accessible value?
Thanks much!

I don’t think there is one but someone please correct me if I am wrong. All the variables available to you in the machine/filament/layer g-code are variables that are defined in the slicer machine/filament/process settings. Chamber temp is not defined in any of the settings. Maybe when they add activate heating in X2 the variable will be availab.e

The gcode init section initializes a variable named “chamber_temperature” to 0. It’s not referenced at all after that. You could see if it gets set somehow, but you’d expect there to be a gcode command for that.

Too bad we don’t have a gcode console :frowning_face:

Thanks for that! I bet that’s it. Declare, initialize, use!
And ya, I really wish there was a console… I was curious what remote query stuff might be possible as I see this. I guess Bambu Studio is open source right?