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

Trigger machine error checking during startup. Otherwise slicing often randomly fails. #19318

Open
wants to merge 1 commit into
base: 5.6
Choose a base branch
from

Conversation

0xorial
Copy link

@0xorial 0xorial commented Jul 3, 2024

Description

Cura slicing hangs fails randomly, all just because printers are initialized before MachineErrorChecker (on which slicing depends) and the asynchronous checks never trigger as the checker stays in faulty initial state.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Printer definition file(s)
  • Translations

How Has This Been Tested?

  • Run cura, configure printer. close. run cura, try to silce (it will use the previously configured printer). it hangs for quite a long time, then gives unspecified error on every slicing.

Test Configuration:

  • Operating System:

Checklist:

… keep failing until selected printer is changed.
@github-actions github-actions bot added the PR: Community Contribution 👑 Community Contribution PR's label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Community Contribution 👑 Community Contribution PR's
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant