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.17k stars 19.21k forks source link

[BUG] No fan spin with extruder fan #24250

Closed DoctorDeatch closed 2 years ago

DoctorDeatch commented 2 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

When printing, the extruder cooling fan does not turn on automatically

Bug Timeline

it started with the transition to version 2.0

Expected behavior

the extruder cooling must be turned on when printing or always on

Actual behavior

the extruder cooling does not turn on automatically, it can only be turned on via the LCD menu or the program

Steps to Reproduce

No response

Version of Marlin Firmware

2.0.9.3

Printer model

FlyingBear P905H

Electronics

mks_robin_nano35

Add-ons

No response

Bed Leveling

ABL 3-point

Your Slicer

Cura

Host Software

Repetier Host

Additional information & file uploads

https://disk.yandex.ru/d/ze1WUIHS8Uv9sg

thisiskeithb commented 2 years ago

define E0_AUTO_FAN_PIN HEATER_1_PIN

define E1_AUTO_FAN_PIN HEATER_1_PIN

You can't set auto fan pins to heater pins.

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

DoctorDeatch commented 2 years ago

This configuration is already an attempt to solve the problem Before that, it was set by default to #define E0_AUTO_FAN_PIN -1 so it is with PIN #define E0_AUTO_FAN_PIN PB1 , but this also does not work

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.