-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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-12352 Different minimum layer time for layers that contain overhangs #20039
base: main
Are you sure you want to change the base?
CURA-12352 Different minimum layer time for layers that contain overhangs #20039
Conversation
This reverts commit a758ebb.
…fferent-minimum-layer-time-for-layers-that-contain-overhangs
…ang' into CURA-12352_different-minimum-layer-time-for-layers-that-contain-overhangs
@@ -8401,15 +8426,13 @@ | |||
"value": "support_angle", | |||
"settable_per_mesh": true | |||
}, | |||
"wall_overhang_speed_factor": | |||
"wall_overhang_speed_factors": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't really change settings like this without doing an upgrader.
People will have values like 2.5
for a setting that no longer exists, that should be altered to [3]
for this 'new' setting. (In other words: Older files should still work as expected.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The usual process (as far as I understood) is to note the required setting update in the dedicated ticket (in this case, CURA-12359) and write the whole upgrade script at once. But as you implemented it, it's also good :)
Nescesary because of the updated overhang wall-speed setting. part of CURA-12352
…layers-that-contain-overhangs
I do approve this PR, but I can't because I created it 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems legit :P
CURA-12352
Comes with Ultimaker/CuraEngine#2187