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

Fix sanity check error for FAN_PIN / SPEAKER timer conflict for Anycubic Chiron config #695

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

SwiftNick
Copy link
Contributor

@SwiftNick SwiftNick commented Mar 5, 2022

Description

Build error using Anycubic Chiron config files.

New sanity check error reported due the TIMER2 conflict.

Marlin\src\HAL\AVR\../../inc/../HAL/AVR/inc/SanityCheck.h:39:4: error: 
#error "FAN_PIN 9 Hardware PWM uses Timer 2 which conflicts with Arduino AVR Tone Timer (for SPEAKER)."
#error "Disable SPEAKER or enable FAN_SOFT_PWM."

New sanity check error reported due the TIMER2 conflict.
Marlin\src\HAL\AVR\../../inc/../HAL/AVR/inc/SanityCheck.h:39:4: error: 
#error "FAN_PIN 9 Hardware PWM uses Timer 2 which conflicts with Arduino AVR Tone Timer (for SPEAKER)."
#error "Disable SPEAKER or enable FAN_SOFT_PWM."
@SwiftNick SwiftNick changed the title Fix sanity check error for FAN_PIN / SPEAKER timer conflict Fix sanity check error for FAN_PIN / SPEAKER timer conflict for Anycubic Chiron config Mar 5, 2022
@thinkyhead thinkyhead merged commit c4c387f into MarlinFirmware:import-2.0.x Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants