-
-
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
Maximum resolution not respected on circular path and smaller (0.1mm) layer height #11379
Comments
Hi @commons3nse thank you for your report. |
Note that the 3MF file provided is not a project file. To save a project file, you'd have to go into Cura and do File -> Save Project. This results in a 3MF file that contains also the profiles, settings and model placement, which can be used to reproduce your issue. I'll try loading with the Ender 3 default settings. I don't think this has much to do with firmware. The issue is visible in the visualisation of the g-code posted in the initial post. By the nature of a triangle mesh, cross sections of the triangles are not all equally long, so it makes sense that the segment output from Cura is not 100% consistent; the input mesh is not. The question is whether any of the segments should've been removed within the constraints of Maximum Resolution and Maximum Deviation. Let's take this example of a small line segment (the middle of the 3), which is smaller than the surrounding segments (generated in current master):
Maximum Resolution is 0.25mm. The length of this line segment is We have a ticket in our planning that changes the simplification algorithm significantly (again). Developers, see CURA-8636. I'll add this as a test case. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Application Version
4.13.1
Platform
MacOS Mojave 10.14.6
Printer
Creality Ender 3 V2
Reproduction steps
Actual results
On layer #20 (this seems to happen on layers #5-30 or so) produced GCode for circular outer wall path contains segments with length less than 0.25mm (default maximum resolution). This results in printer stuttering on high speeds (75mm/s), so producing bad quality surface (I use Klipper firmware on my Ender 3 V2).
There are also such segments on layers 30+, but much less of them (see photo).
When I increase max resolution to 1mm and max deviation to 0.1mm, these artifacts disappear, but it affects print quality on glossy plastic.
Expected results
Smooth glossy object
Checklist of files to include
Additional information & file uploads
highdef_bottom_v7.3mf.zip
The text was updated successfully, but these errors were encountered: