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

Very slow or frozen G-code generation #12759

Open
2 tasks done
wizzlebippi opened this issue May 27, 2024 · 7 comments
Open
2 tasks done

Very slow or frozen G-code generation #12759

wizzlebippi opened this issue May 27, 2024 · 7 comments
Labels

Comments

@wizzlebippi
Copy link

wizzlebippi commented May 27, 2024

Description of the bug

I just finished installing the MMU3 on my MK4 and have discovered that there are some files that simply do not finish G-code generation. The slicing works up until the "Generating G-code." step at 90% and never progresses. I let one run for about 20 hours to check to see if it was just slow, but no luck. I've attached one problematic project file as an example.

Project file & How to reproduce

Baby Turtle.zip
Open and slice this project file.

Screenshot 2024-05-27 144611
This is as far as it gets.

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.7.4+win64

Operating system

Windows 11

Printer model

Prusa MK4 with MMU3

@u89djt
Copy link

u89djt commented May 27, 2024

Weird. If you rotate it in some ways, it finishes slicing. This small angle, 90 clockwise and 180 degrees work, and 90 counterclockwise doesn't work.
image

@wizzlebippi
Copy link
Author

That makes absolutely no sense, but I can confirm that it works.

@u89djt
Copy link

u89djt commented May 27, 2024

I edited the comment ^^ 90 degrees counterclockwise /doesn't/ terminate. It doesn't make obvious sense to us outside the code, but this begins to suggest that there's a graunch in some trigonometry somewhere or one of a million other things that happen in coding challenges.

@u89djt
Copy link

u89djt commented May 27, 2024

If you change seam position to "random" or indeed anything other than "aligned", it succeeds in the orientation in the 3mf file. Disabling arc fitting doesn't help.

@wizzlebippi
Copy link
Author

Screenshot 2024-05-27 210704
color rocket (1).zip

Found another one. Tried messing around with seams for a while, including deleting the painted on seams, as well as rotating slightly. No joy.

@u89djt
Copy link

u89djt commented May 28, 2024

Aha, so for this one, and for the turtle in your original file, deactivating "Staggered inner seams" without changing anything else allows it to complete. See if that does you any good in other files?

@wizzlebippi
Copy link
Author

Confirmed that disabling "Staggered Inner Seams" allows g-code generation to complete. I'll take a look at my other files and see if I can find one that isn't fixed by disabling that. Thanks

@SachCZ SachCZ added the seam label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants