Extruder light ON while changing filament

Hi Team Creality

I know my K2 plus has a small LED integrated in the extruder.

Is it possible to turn on the light from the extruder while changing filament? Maybe in the next software revision…

Thanks

I think it’s possible if you change the “Change filament G-code” a little bit. i’m not sure about the exact code, but i found it’s something like that. I found this code with AI.

[multi_pin LED_pin]

pins: PB0,PA12

[output_pin LED]

pin:multi_pin:LED_pin

pwm: True

cycle_time: 0.010 value: 1

I don’t think they gonna add an option setting for this.

Hi Balazsq

Thanks a lot for the tip.

I’ll try.

Bye