-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] TMC2208 UART on ENDER 3V2 compilation error #23894
Comments
Provided configs upgrade to bug fix compiles without issues |
Also build_flags = (add) -DHAVE_SW_SERIAL is not required. loading TMCStepper will load it
|
Thank you, I tried it. SoftwareSerialM in library PlatFormIO is not required? Log Output
|
That is a user error |
Thanks a lot I will check this. |
Ok it is done for the feedrate problem but this is unsolved:
I tried |
warnings... unused variables, safe to ignore them |
Yes, thank you, I just read it .. sorry for the inconvenience |
ok, all was good for compiling. - #define E0_DRIVER_TYPE TMC2208
+ #define E0_DRIVER_TYPE TMC2208_STANDALONE And I did not black screen issue. |
because no one has solved this yet, other than to build with _maple environment or use different pins IO pins. You could try this test though, as I have some ideas You added this to pins_CREALITY_v4.h
As a test try this, see it it makes any difference
If nothing changes try editing ini/stm32f1.ini
|
With STM32RET6_creality_maple I have issue:
With a different pin (PA13) it is working. |
Duplicate of #22905 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
I can't compile a firmware, I find an issue with this, so I deleted .pio folder then retry to compile but it don't work.
Bug Timeline
No response
Expected behavior
I would like to compile a firmawre inside visual code with PlatformIO
Actual behavior
Log Output
Steps to Reproduce
Dot o platformio.ini:
Add library SoftwareSerialM
build_flags = (add) -DHAVE_SW_SERIAL
Go to pins_CREALITY_v4.h:
Go to “configuration.h”:
Version of Marlin Firmware
2.0.9.3
Printer model
Creality Ender 3 V2
Electronics
Creality 4.2.2
Add-ons
CR touch
Bed Leveling
UBL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
Pronterface
Additional information & file uploads
Configuration_adv_.txt
Configuration_.txt
pins_CREALITY_V4_.txt
The text was updated successfully, but these errors were encountered: