1 Like
As @Sineos wrote, it won’t be a HW fault but something in Klipper.
Invalid pin description ‘^EXP1_5’
Format is: [chip_name:] pin_name
Syntax error? I’m not SW.
Hi everyone,
so I figured it out. The entry must be as follows:
enable: { 'gcode_macro POWER_DETECT_OFF' is defined }
It was my fault, not Klipper’s.
I only used part of this:
enable: {printer['virtual_sdcard'].is_active != true or 'gcode_macro POWER_DETECT_OFF' in printer }
so OR caused it to work on one printer and not on the other.
4 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.