I've connected my LEDs strip to "Heater 3" (PIN 11), and declared in the Configuration.h:
#define CASE_LIGHTS_PIN 11
#define CASE_LIGHT_DEFAULT_ON 1
The LEDs goes on during boot but i can't turn it ON/OFF from the LCD display menu, only from Repetier Server with a modded "repetier.xml":
<command type="caseLightsOn">M42 P11 S255</command>
<command type="caseLightsOff">M42 P11 S0</command>
Please fix it.
Cheers,
Marco