You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Arduino UNO and CNC shield v3
uCNC Version 2025-01-16
Windows 10
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.
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.
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.
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:
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
The text was updated successfully, but these errors were encountered: