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

Cura crash when clicking on Materials #19978

Open
ErAsEr0428 opened this issue Nov 30, 2024 · 2 comments
Open

Cura crash when clicking on Materials #19978

ErAsEr0428 opened this issue Nov 30, 2024 · 2 comments
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@ErAsEr0428
Copy link

Cura Version

5.9.0

Operating System

Windows 11

Printer

Sovol SV01

Reproduction steps

Click on Preferences, click on material

Actual results

crashes

Expected results

create new material

Add your .zip and screenshots here ⬇️

SS_benchmark drukarki.zip
cura.zip

@ErAsEr0428 ErAsEr0428 added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Nov 30, 2024
@HellAholic
Copy link
Contributor

Should be fixed with #19983

You can also navigate to your installation folder > Cura 5.9/share/resources/definitions/sovol_base_bowden.def.json
and change the
"retraction_speed": { "value": "machine_max_feedrate_e" }
to
"retraction_speed": { "value": "resolveOrValue('machine_max_feedrate_e')" }

Let me know if the change also works on your local version.

@HellAholic HellAholic added Status: Needs Info Needs more information before action can be taken. and removed Status: Triage This ticket requires input from someone of the Cura team labels Dec 1, 2024
@ErAsEr0428
Copy link
Author

ErAsEr0428 commented Dec 1, 2024 via email

@github-actions github-actions bot removed the Status: Needs Info Needs more information before action can be taken. label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants