Open rockguy902 opened 4 years ago
Make sure you are actually powering the printer from the power supply, USB power only will cause this issue.
I too am seeing this error. After firmware upgrade I get TMC CONNECTION ERROR. I am powering printer via power supply that came with Ender 3 Pro.
I too am seeing this error. After firmware upgrade I get TMC CONNECTION ERROR. I am powering printer via power supply that came with Ender 3 Pro.
So i learned to power on the printer first let it fully boot, then plug it to the pc
I too am seeing this error. After firmware upgrade I get TMC CONNECTION ERROR. I am powering printer via power supply that came with Ender 3 Pro.
So i learned to power on the printer first let it fully boot, then plug it to the pc
Yeah I always do this. So the precompiled firmware seems to work but if I compile my own, leaving everything default I get the TMC issue. I'm betting the precompiled has something configured that the config files in the branch don't.
I was able to resolve the issue. Within the Configuration.h file there are lines #define X_DRIVER_TYPE TMC2209. I changed it to 2208 and now TMC issue is gone.
This appears to be broken with the latest commit, which made a number of configuration changes (including reducing the build volume to 220 from 235mm and disabling bed leveling).
The Y, Z and E0 slave addresses were all changed from their default at 0, which seemed to disconnect them. Reverting this change fixed the issue for me.
Confirmed, reverting the slave addresses to 0 was the only change that needed to be made to fix the issue
I can confirm. Reverting those addresses to 0 fixed the issue for me. What is the impact of this change?
I am currently having this issue happen when turning the printer off, but still leaving USB plugged in. I tried setting the slave addresses all to zero, but Auto Compile Marlin plugin for VS Code would not compile afterwards.
Is the only fix to have the USB unplugged or powered off when powering off the printer and making sure the printer powers on first before the USB device?
I am trying to connect my printer via USB to windows 10 and use pronterface and I can get the printer connected but NOTHING ELSE HAPPENS. I was once able to move the print head left and right on the X axis but thats all it wont home or anything.
I have since tried to use a different firmware of my own compiling and I cant get VSCode to actually create a file for me to put on my SD card and the printer wont connect to the PC so VSCode doesnt recognize the printer my LCD screen only ever says TMC CONNECTION ERROR and then eventually the connection is killed and I have to shut down the printer. what if anything am I doing wrong