3DPrintDemon / Demon_Klipper_Essentials_Unified

The very latest UNIFIED version for these macros! Huge re-implementation & new Features!
GNU General Public License v3.0
189 stars 13 forks source link

Print_start issue with temperature_fan #35

Closed stephbellemare closed 1 month ago

stephbellemare commented 1 month ago

starting a print gives me this error: The value 'chamber' is not valid for TEMPERATURE_FAN

after digging. i tied to this line in the print_Start macro: SET_TEMPERATURE_FAN_TARGET temperature_fan="chamber" target=XXX

typing it manually, i can fix the problem putting TEMPERATURE_FAN instead of temperature_fan

anyone else had issue with case sensitive?

stephbellemare commented 1 month ago

Seems. it'S the temperature_fan name the issue my printer requires. Chamber. not chamber i'll have to dig.

stephbellemare commented 1 month ago

I'll have to reopen this as i'm seeking help. Cannot figure out why Chamber needs to be with a capital C any guidance would be appreciated

stephbellemare commented 1 month ago

OK found my issue. seems gcode_id : C under my fan config caused conflict.