I don’t really think the macro is the problem. We’ve attempted several ways to define a [heater_generic], not and cannot reference it–klipper acts like the configuration isn’t present.
set_heater_temperature heater=test target=65
Heater test not supported
set_heater_temperature heater="heater_generic test" target=65
Heater heater_generic test not supported
We cannot find a way to actually reference [heater_generic test]
I’m sure he does, more than anyone that’s willing to even answer. But the macro is commented out in my current configuration. I don’t understand how it’s even in contention. Attempting to access the heater_generic with console commands (not the commented macro) results in… “heater X not supported”.
That screenshot doesn’t show the set_heater_temperature macro commented out. The error you’re receiving is one of the lines in the macro itself. Anything other than extruder or heater_bed will give you that error. You need to spend some time examining and understanding all of your macros.
My apologies to all involved. I was focused on the most recent configuration added. I went digging again just as @jakep_82 posted what they did. I’ll go back to my corner.
I found it just as jake was posting. I was debating a couple ways to solve this chamber temp issue. I liked this one better, so focused in on it and completely forgot that I had pulled this one in as well. So sorry to have wasted everyone’s time.