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] Strange build for AVR-UNO #806

Open
gwiethaus opened this issue Jan 18, 2025 · 2 comments
Open

[BUG] Strange build for AVR-UNO #806

gwiethaus opened this issue Jan 18, 2025 · 2 comments
Labels
core: config core: configuration files question question

Comments

@gwiethaus
Copy link

gwiethaus commented Jan 18, 2025

Describe the bug
When compiling for Arduino UNO, it generates several errors such as undeclared constant or undeclared function.

What is your hardware
Describe your hardware:

  1. Arduino UNO and CNC shield v3
  2. uCNC Version 2025-01-16
  3. Windows 10
  4. Visual Studio Code / Platformio

Additional context
I used the uCNC configuration generator from the website. Attached are the files and versions that were used.
Also attached is the terminal response file with the errors.

ucnc_build (Settings).json

uCNC config.zip

uCNC-master_20250116.zip

Terminal_log.txt

platformio.zip

Folder Structures.zip

@gwiethaus gwiethaus added the bug Something isn't working label Jan 18, 2025
@Paciente8159
Copy link
Owner

Hi there.
It's not a bug. You simply have incomplete definitions of the PWM pins. Also note that you are trying to use PWM were your don't have hardware PWM pins available.
Look at the UNO Pinout
The only pins that can do PWM are 3, 5, 6, 9, 10, and 11.

@Paciente8159 Paciente8159 added core: config core: configuration files question question and removed bug Something isn't working labels Jan 18, 2025
@Paciente8159
Copy link
Owner

There was an issue on the Web Builder (for AVR specifically) that prevented the PWM channel to be correctly loaded from the default configuration. This issues was fixed yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core: config core: configuration files question question
Projects
None yet
Development

No branches or pull requests

2 participants