-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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] stuttering Print with BIGTREETECH TFT35-E3 V3.0 #1278
Comments
If you have problems start with a lower communication speed. |
with 115200 i started and gone step by step upwards, but was not better |
How old are your FW in TFT? |
TFT FW downloaded today from the BTT Github and Marlin Bugfix today from the Marlin Github |
Did you download the precompiled BIN, or did you compile your own bin file? |
Hi radek. I believe it is enough, so I made this ticket: #1282 |
Compiled with vs code. The config files incl STL and Video and pictures are at zip-file |
Same Config, but with now with 115200 Baudrate: https://drive.google.com/file/d/19RmHP9KzZJHkLU3jw9eeTq7snzhh5mT0/view?usp=drivesdk |
With Baud 115200 if i want to connect from Touchscreen Mode to the onboard SD the TFT35 E3 v3 says: Error and reboots. This was not happening with Baud 250000 and 500000. |
uncomment do you need a permit? I would comment on that. |
Ok. Let's have a try. Firmware flashed, 115200 Baud, resetted to factory defaults. |
Disabled CNC... Same Problem with higher Buffer (also tested 32) at 115200 Baud. Also downloaded newest Bugfix. |
Next Try with rx Buffer 1024 and Xon Xoff did none effect |
I can confirm the same behavior when printing your file that you attached. |
The layer is queried only every 2 seconds and it's updated only if actual differs from the old one. Hence the update also happens only every 2 seconds. @Bastlwastl84 |
That's what I thought, too. |
the small edges came from freecad (setted there a high resolution). sometimes i print with 0,2mm Nozzle. than i need a high speed and high resolution. can try new solutions again next weekend. i hope some one had a good solution, cause at marlinmode its printing without any problems. |
The solution would then to print in Marlin mode using such a setting... |
same Problem is with a high detailed Fur from Dogfigure with 0,2 nozzle with tft35 E3 V3 |
No, the solution is to adjust the refresh interval of the layer height icon. |
where to find? |
Yup, in fact those 6 icons are redrawn every loop. What interval do you guys think it would be appropriate? I can make a PR in a few minutes just cannot decide to delay all of those 6 icons refresh or only Layer. |
1 second would be optimal? |
if it is for all icons, the CPU load will be reduced. or 500ms so that there is no long delay |
If I include the time, it will skip once in a while. |
500ms will be enough. Can you create a PR? |
Let's try with only the Layer, I don't see how anything else would change so rapidly. PR done in a few minutes. |
|
PR is Pull Requests it is a proposal to modify the program. |
Try this PR: #1284 |
Aren't you wrong? |
I messed up a little, commited to the wrong repository, check again. A few moments later... Of course I messed up again, a new commit is on the way. |
Wait for it... :) |
Bastlwastl84 Can you test it? |
i could test it after Hospital (friday/saturday) |
Tested. |
My bad, new commit uploaded. Now it won't refresh under 500ms in any circumstances. |
I'll try it tomorrow, I have to sleep |
I just tested it. Without the delay the cylinder stutters badly, with the 500ms delay prints nicely, without any hiccup. The layer is displayed with enough precision, I do not think anyone would need a higher refresh rate. |
What did you changed? Can you Upload the file here? |
This: #1284 |
Thank you. Will try it at Friday. |
It works great. Updating the Z axis is ideal. The file to print has many segments, but at a communication speed of 250,000 and a set speed in the slicer, it prints well. |
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. |
If printing from TFT a cylinder for testing spiralize mode and the ttf is at start-screen its stuttering. if i'm in a submenu, only about all 3-10 seconds a short stuttering. If the same file at marlin-mode no stuttering. tried
higher Baud and the fast mode for gcode, but not made it better.
the High-value at z-axis is flickering, too.
Used the BTT TF Cloud (copied on it before directly at the MicroSD with cardreader, cause Wifi not working to transfer with Win10)
A lot of Blobs and Zits at Surface
Same file from same SD Card at Marlinmode plugged in at Mainboard are working without any Problems.
Marlin and TFT Firmware downloaded today evening.
Btt.zip
The text was updated successfully, but these errors were encountered: