amrbekhit Hello all,I've got a Sanguinololu v1.3a + Panelolu2 LCD where the fan is connected to pin 5 on the ATMEGA 1284P (PB4). How would I configure Repetier firmware v0.91 to control the fan? I've tried experimenting with the FAN_BOARD_PIN definition, but can't get it to work.Amr
amrbekhit OK solved it - using the online configurator, set the Fan Pin to Digital pin 4. If you want to do it manually, then add the following #define to your Configuration.h:#define FAN_PIN 4