Skip to content
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

Wrong movements when having holes in top surface #4

Open
TimoRaab opened this issue Nov 9, 2024 · 3 comments
Open

Wrong movements when having holes in top surface #4

TimoRaab opened this issue Nov 9, 2024 · 3 comments

Comments

@TimoRaab
Copy link

TimoRaab commented Nov 9, 2024

When having holes in the top surface the script handles some movements wrong, I'm still investigating why the problem occurs.
The first image is without the script, the second with the script. Here you can see some wrong extrusion movements. They are also present in the print, so not only a visual problem.

I also included the stl and the gcode files associated with it. I will look further into it and update it.
image
image

Cube_Fuzzy.zip

@FelipeRenault
Copy link

Any luck? I might have a look as well, just to see if I can find anything

@jranger615
Copy link

seeing this as well

@jranger615
Copy link

Looks like TimoRaab fixed this in Fuzzyficator_Orcaslicer.py by setting the below two lines:
170: elif not in_top_solid_infill and 'G1' in line and 'Z' in line: # only change height when it is not doing the top surface
206: elif in_top_solid_infill and line.startswith('G1') and ('X' in line or 'Y' in line or 'Z' in line):

This doesnt fix the new code but it fixed the Archived Orcaslicer version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants