Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Artillery Sidewinder X2 Controller Fan not working #1005

Open
1 task done
Schalonsus opened this issue Jan 19, 2024 · 3 comments
Open
1 task done

[BUG] Artillery Sidewinder X2 Controller Fan not working #1005

Schalonsus opened this issue Jan 19, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Schalonsus
Copy link

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

Yes, and the problem still exists.

Bug Description

With stock firmware the controller fan starts spinning when heat bed is over 50°C or stepper motors are working
With bugfix-2.1.x there is only a clicking sound from the controller fan, never turns on
With 2.1.2.1 the controller fan starts spinning over 50°C but then stalls and just make clicking sound

I lowered #define CONTROLLERFAN_SPEED_ACTIVE from 255 to 240 and then the controller fan is working like expected

Bug Timeline

No response

Expected behavior

Heat bed over 50°C or stepper motor working the controller fan starts spinning

Actual behavior

Controller fan does not start spinning only clicking sounds

Steps to Reproduce

No response

Version of Marlin Firmware

2.1.2.1

Printer model

Artillery Sidewinder X2

Electronics

No response

LCD/Controller

No response

Other add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

config.zip

@thisiskeithb thisiskeithb transferred this issue from MarlinFirmware/Marlin Jan 19, 2024
@thisiskeithb
Copy link
Member

I lowered #define CONTROLLERFAN_SPEED_ACTIVE from 255 to 240 and then the controller fan is working like expected

Interesting. 255 is max speed, so it should work better than 240.

@thisiskeithb thisiskeithb added the bug Something isn't working label Jan 19, 2024
@robherc
Copy link

robherc commented Jan 19, 2024

Is there any chance his logic levels for the fan got inverted?

@Schalonsus
Copy link
Author

Schalonsus commented Jan 20, 2024

With 2.1.2.1 it starts spinning full throttle and then stalls, so logic should not be inverted
Maybe overflow error (value too big) or 255 draws too much amps and the board cuts power?
Strange is the clicking sound with 2.1.2.1 and Bugfix 2.1.x when not spinning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants