-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
5.3.0 Stalling when printing circles with Klipper #15001
Comments
I got a similar issue. Gcodes generated by cura 5.3.0 produce random blobs on the surface when printed with klipper. I checked that the cause is not over-extrusion nor seams. This issue does not exist in 5.2.1. |
Possible duplicate of #14811 |
Hello, I can see the same issue in Cura 5.3 on my modified Anet A8+ with Klipper on it. It is a top "ring" from this project - https://www.thingiverse.com/thing:45214. I have tried to increase buffer in Klipper (buffer_time_high: 10) with no success. |
I have the same issue on my Voron with Klipper and Cura 5.3, heavy stuttering on curves that produces blobs. No issues with Cura 5.2. |
Same issue Windows 11 Cura 5.3.0 FLSUN V400 with Klipper. Perfect prints everytime with 5.2.2. |
In theory the only thing that could make klipper stutter like this are tiny invisible segments at a sharp angle. This can be verified by checking that lower |
https://www.gcodeanalyser.com/ shows this for my posted print: I have also tried: |
Hey All! Sorry, it took us a while to get back to you 😰 It's outside my field of expertise but a klipper bug we introduced in Cura 5.3 is a typo related to ;MESH:NONMESH Can you try the workaround mentioned here and let us know if it works for you? #14679 |
Hi MariMakes, thank you for information. I have just tried adding replace script NOMESH -> NONMESH, but the result is unfortunately the same. |
@MariMakes: @IamAles analysis of the gcode shows small extrusion segments perpendicular to the contour, as I suspected. Klipper constrains the velocity profile in order to follow the extrusion precisely. This cause significant slowdowns on these artifacts.
My guess would be an issue with the path simplification: small segments could be collapsed into longer ones, accumulating the remaining deviation on a short segment whose angle is getting sharper and sharper. |
Hallo @MariMakes
This NOMESH/NONMESH typo has nothing to do with this faulty print. I would not have noticed this printed image, but I rarely print such objects. Has anyone tried whether this is also the case with other firmware? I think it's a slicing error |
Hi @Piezoid
The print was sliced with those parameters: Do you think it should be decreased even more? What values do you suggest? |
What interface are you using with Klipper? I remember having these exact issues with earlier versions when I used Octoprint (which was the culprit) I'm using Fluidd on my voron and haven't noticed these stutters for years now. Not even in 5.3.0 |
I use it with Repetier-Server, BTW. However I believe this issue has nothing to do with Klipper or its interface. The artifact is visible in the GCODE as well, so it's clearly Cura's fault. |
I am actually using Octoprint, but as was said the issue is visible in the GCODE. If the Octoprint was the culprit, raising buffer_time_high to 10 should make it "better" or it should be in another place of print at least, which was not the case.
What is your square_corner_velocity? Higher values could probably mitigate the issue as well as higher pressure_advance. |
Yeah I am aware that the issue is with cura. But if that was the entire
story, all marlin users would have the same problems? If I haven't
misunderstood anything cura outputs gcode with a lot of
extremely short moves.
That was the same problem with version 4.x.x something and it made klipper
stutter a lot. There were some settings you could tweak to make it better
but not by a lot.
I'm just saying that switching to a moonraker client solved that issue for
me. And I haven't noticed anything like this on either of my V2.4s
Square_corner_velocity is at 5 and pressure advance : 0.035 and smooth_time
: 0.04
So nothing exceptionally high there really.
…On Wed, 5 Apr 2023 at 21:24, IamAles ***@***.***> wrote:
Hi @doubletrouble023 <https://github.com/doubletrouble023>
What interface are you using with Klipper? I remember having these exact
issues with earlier versions when I used Octoprint (which was the culprit)
I am actually using Octoprint, but as was said the issue is visible in the
GCODE. If the Octoprint was the culprit, raising *buffer_time_high* to 10
should make it "better" or it should be in another place of print at least,
which was not the case.
I'm using Fluidd on my voron and haven't noticed these stutters for years
now. Not even in 5.3.0
What is your *square_corner_velocity*? Higher values could probably
mitigate the issue as well as higher *pressure_advance*.
—
Reply to this email directly, view it on GitHub
<#15001 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ4EDJLJUEPZK4JNSLRZJZ3W7XBF3ANCNFSM6AAAAAAWEGKBQI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@doubletrouble023 I don't see why moonraker vs octoprint would matter at all - it's klipper that processes the gcode, not the frontend. Also, I run moonraker and I'm seeing this same issue. This is very clearly an issue with Cura. You can actually see the problem directly within Cura's own preview if you look closely. It can be seen by viewing the gcode output in other gcode preview software as well. If it's not showing up (or just less visible) on prints from Marlin machines, then I would guess that's probably down to differences in the Marlin's motion planning algorithms or other configuration/feature differences that mask it (linear advance, accelerations, etc). The fix needs to be done in Cura, and I'm sure it will happen once the devs track down the root cause. Trying to work around it with printer settings/firmware is likely to be an exercise in frustration, if it's even possible. The only workaround I've found is going back to Cura version 5.2.2, which does not have the issue. |
Hey All. Thanks for the reports I'll be closing this issue as a duplicate but you can follow the progress here: #14811 |
Application Version
5.3.0
Platform
Windows 10
Printer
Flying Bear 5 (Klipper)
Reproduction steps
Actual results
Left Cura 5.3.0 (stripes due to printing head stoppage can be seen)
Right Cura 5.2.2 (normal print quality)
Expected results
It was not possible to print on the Klipper without problems. No problems detected on the Marlin.
Checklist of files to include
Additional information & file uploads
No further information
The text was updated successfully, but these errors were encountered: