-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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 printing curves #17231
Comments
can you also include the model and gcode? |
remove .txt extension if you want to use check .stl |
How is octoprint connected to your skr1.4 USB? serial? something else? |
Octoprint installed on RPi4 as Octopi, wired to my board via 3-Wire Serial |
When you start doing detailed curves you can't use serial, its just to slow.... you cant keep the command buffer full. But check the serial baud rate, make it as fast as you can set it. |
USB is a serial, so i don‘t understand how just different interface can effect print quality. |
USB is serial, but it is a virtual UART, it does not have baud rates, its transmits data as fast as it can (up to 480 megabits per second, compared with 0.25 megabits per second over a hardware serial UART (ie 250000 baud)) |
Imagine you have a sports car, you have fuel in the tank and and suitable racing engine. But the two are connected by a 0.25mm pipe... The engine just get starved of fuel. |
Ok! Thank you for your response, i will try that, if i find a suitable cable |
do i need define somewhere in Marlin USB as interface? |
@Mosher23 @ellensp |
Same Herr: but If i disconnect the serial tft cable the marlin Mode and Print works Fine. Increased the marlin serial buffer, this made it better, but did not solve the issue. |
do you use USB or serial? |
Seems the display does not read from serial in marlin mode. By this print gets blocked once serial buffer is full and marlin waits a while to flush. |
Used onboard (printer board) sd and tft in marlin Mode. |
This Schall have the same effect wehen using serial usb |
you need a serial port set to -1 |
@Marlor Other settings such as the buffers, and the host computers speed can have a effect on quality as well. |
Define new... |
Please don't get this confused with other boards. eg SKR_MINI_V1_1, SKR_MINI_E3_V1_2, BTT_SKR_E3_DIP etc. these are very different controllers with very different processors. |
Problem solved! I connected Octopi via USB cable and all of a sudden print is perfect! Thank you all for advices and help! |
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. |
Bug Description
I have tried to verify this bug by printing flat circle. It fails.
Instead of printing circle as curve it is being printed as short lines and extruder producing too much noise.
My Configurations
Custom Ender 3
Skr 1.4 turbo TMC5160
Dual Z
Marlin 2.0.5
Steps to Reproduce
Expected behavior:
I expect curve to be printed as curve
Actual behavior:
Curve is being printed as stuttered line
Configuration Files.zip
The text was updated successfully, but these errors were encountered: