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

TapStraal Slicing went well in 5.7.2 butg in 5.8.0 this error occurred #19538

Open
brdi opened this issue Aug 15, 2024 · 7 comments
Open

TapStraal Slicing went well in 5.7.2 butg in 5.8.0 this error occurred #19538

brdi opened this issue Aug 15, 2024 · 7 comments
Labels
Slicing Error 💥 A crash is caused by a model or a user interaction. This needs a differnt troubleshooting approach Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. Type: Bug The code does not produce the intended behavior.

Comments

@brdi
Copy link

brdi commented Aug 15, 2024

Cura Version

5.8.0

Operating System

OSX 11.7.10 (Big Sur)

Printer

FLSUN V400

Name abnormal settings

No

Describe model location

On plate, does not slice after moving or rotating

Describe your model

Yes in 5.7.2 with no problem

Add your .zip here ⬇️

FV_KDv2-Common.3mf.zip

@brdi brdi added Slicing Error 💥 A crash is caused by a model or a user interaction. This needs a differnt troubleshooting approach Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Aug 15, 2024
@GregValiant
Copy link
Collaborator

Thanks for the report.
I didn't have any trouble slicing your project in 5.8.0.
Use the "Help | Show Configuration Folder" command to locate the Cura.log file. Re-create the "won't slice" problem and then Zip the log file and post the zip folder here.

@GregValiant GregValiant added Status: Needs Info Needs more information before action can be taken. Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. and removed Status: Triage This ticket requires input from someone of the Cura team labels Aug 15, 2024
@brdi
Copy link
Author

brdi commented Aug 16, 2024

Hi Greg,
Please find attached the log file
cura.log.zip
brdi

@github-actions github-actions bot removed the Status: Needs Info Needs more information before action can be taken. label Aug 16, 2024
@GregValiant
Copy link
Collaborator

Thank you.
I see this in there a few times and it seems to be the relevant part.

Starting export...
[error] Trying to retrieve setting with no value given: speed_wall_0_roofing
[info] Skipped 7 duplicate messages..
[info] Closing connection.
ERROR - _onBackendQuit [1038]: Backend exited abnormally with return code 2!

That seems to mean that Cura couldn't find the "Top Surface Outer Wall Speed". Looking into fdmprinter.def.json, if you don't over-ride that setting then it should be equal to the "Outer Wall Speed".

The Cura team will take a look.

@brdi
Copy link
Author

brdi commented Aug 16, 2024

What I find in the content of the 5.8.0 app in fdmprinter.def.json is equal to the content in the 5.7.2 app:

{
"label": "Top Surface Outer Wall Speed",
"description": "The speed at which the top surface outermost wall is printed.",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"maximum_value": "math.sqrt(machine_max_feedrate_x ** 2 + machine_max_feedrate_y ** 2)",
"maximum_value_warning": "150",
"default_value": 30,
"value": "speed_wall_0",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_mesh": true
},

In both files the value is set to 30 as an absolute value.

BTW I've seen this behaviour before and reported a simular bug earlier this year.

@brdi
Copy link
Author

brdi commented Aug 16, 2024

That was in #19111

@GregValiant
Copy link
Collaborator

Thanks.
I just went over the other project file and it also sliced fine. I jacked all the speeds up to 500 and there wasn't any problem.
Looking into the V400 definition file there isn't any mention of Speeds so whatever is in fdmprinter.def.json is the setting.

You will have to wait for a team member to go over this. There may well be something in the log that I missed.

@brdi
Copy link
Author

brdi commented Aug 17, 2024

OK, no problem 😎 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Slicing Error 💥 A crash is caused by a model or a user interaction. This needs a differnt troubleshooting approach Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants