RAMBo Fan 1 Terminal Block to LED Light Control
Posted: Fri Nov 21, 2014 6:12 pm
I just built my Rostock last week and have been truly impressed with the printer and with the amazing build manual!! During the build I noticed the Fan 1 connector on the Terminal Block was not being used. I ran an extra 26ga wire through the Y axis tower, hooked it up to the Fan 1 connector and had the "bright" idea to use it to power an LED ring on the Effector Platform. Now that it's together and I have my LED ring installed, I am not finding how to enable it in the firmware. I have been hunting around a lot and have not found the right solution. My ideal solution would be to have the light turn on when the hot end is on, just like the PEEK fan. It can't be too hard to get that to work right.......
In Configuration.h I found if I change:
#define EXT0_EXTRUDER_COOLER_PIN 7
to
#define EXT0_EXTRUDER_COOLER_PIN 6
at the end of the Extruder Configuration section, the LED light will turn on when the Hot End turns on, but the PEEK fan will no longer run.
In pins.h I found if I change:
#define FAN_PIN 8
to
#define FAN_PIN 6
in the RAMBo Pin Assignments section (MOTHERBOARD 301), the LED light will turn on when toggled in MatterControl, but that is only useful when doing ABS prints.
I was thinking it would be possible to somehow enable power to RAMBo Pin 6 at the same time it is enabled for RAMBo Pin 7, but I just haven't figured out where to do that yet. If anyone has any suggestions I would be very excited to try them out. Thanks!
In Configuration.h I found if I change:
#define EXT0_EXTRUDER_COOLER_PIN 7
to
#define EXT0_EXTRUDER_COOLER_PIN 6
at the end of the Extruder Configuration section, the LED light will turn on when the Hot End turns on, but the PEEK fan will no longer run.
In pins.h I found if I change:
#define FAN_PIN 8
to
#define FAN_PIN 6
in the RAMBo Pin Assignments section (MOTHERBOARD 301), the LED light will turn on when toggled in MatterControl, but that is only useful when doing ABS prints.
I was thinking it would be possible to somehow enable power to RAMBo Pin 6 at the same time it is enabled for RAMBo Pin 7, but I just haven't figured out where to do that yet. If anyone has any suggestions I would be very excited to try them out. Thanks!