MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.34k stars 19.26k forks source link

Extruder Autofan #2372

Closed 691175002 closed 9 years ago

691175002 commented 9 years ago

The extruder autofan feature does not compile if motherboard is set to BOARD_RAMPS_13_EFB (33).

taalabash commented 9 years ago

You should define the pin 9 as extruder auto fan and undefine it from pins.h as a normal fan because you can't use a pin for two porposes and if you are using ramps with EFB setup you have only one pin for a fan

691175002 commented 9 years ago

Thanks, I figured it out.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.