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

Ender3 V3 SE build failing with One or more timer conflict detected #27429

Closed
1 task done
leonardola opened this issue Sep 20, 2024 · 3 comments
Closed
1 task done

Ender3 V3 SE build failing with One or more timer conflict detected #27429

leonardola opened this issue Sep 20, 2024 · 3 comments

Comments

@leonardola
Copy link

leonardola commented Sep 20, 2024

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

Yes, and the problem still exists.

Bug Description

While compiling v2.1.2.4 for my Ender 3 V3 SE I get the following error One or more timer conflict detected. Examine \"timers_in_use\" to help identify conflict.

I've merged the config files from creality official repo and the default 2.1.2.4 config files.

Creality Configuration.h
Creality Configuration_adv.h

I also added the board pins file, registered the board in pins.h and boards.h

Files I'm using while building can be found in this PRx branch

I did find other issues about this error message but I still can't figure it out.
Any ideas?

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

  • Checkout to this PR branch
  • Click build on the Auto Build Marlin tab
  • Notice the error

Version of Marlin Firmware

2.1.2.4

Printer model

Creality Ender-3 V3 SE

Electronics

All Stock

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

creality-marlin.zip

@ellensp
Copy link
Contributor

ellensp commented Sep 21, 2024

Issue makes no sense.

You talk about 2.1.2.4 but configs and your github are bugfix.

Provided configs are just a mess... not really current bugfix at all

This specific error

This is wrong.

#include "stm32f1/pins_CREALITY_V3_GD303.h" // STM32F1 env:STM32F103RET6_creality

In renamed.ini
[env:STM32F103RET6_creality] ;=> STM32F103RE_creality
extends = renamed

ie this was renamed and shortened, in Marlin it should be

#include "stm32f1/pins_CREALITY_V3_GD303.h" // STM32F1 env:STM32F103RE_creality

@thisiskeithb
Copy link
Member

Some more backstory: This user also joined Discord earlier today and I eventually worked out this board was already supported (BOARD_CREALITY_CR4NS added in #27003), so:

@ellensp
Copy link
Contributor

ellensp commented Sep 21, 2024

Configuration.zip

Updated, real configs that build

I have not addressed the board duplication issue. or any of the missing creality added code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants