-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Outer perimeter overhangs are treated as bridge, with "Slow down for curled perimeters" enabled #8018
Comments
What version of OrcaSlicer are you using? |
2.2.0 latest stable |
Could you provide a test 3mf? According to what I saw in code, it should not use bridge speed for curled walls: OrcaSlicer/src/libslic3r/GCode.cpp Lines 5311 to 5334 in 1088d0a
|
I guess it has something to do with this line OrcaSlicer/src/libslic3r/GCode.cpp Lines 5219 to 5220 in 1088d0a
|
I loaded the model back in to share a 3mf file and noticed that it does not always use the bridge speed, but only if it is slower than the overhang speed. GitHub does not allow 3mf files, so I zipped it. If you change the bridge speed to something greater than 100 it will start to use the overhang speed. |
Is there an existing issue for this feature request?
Is your feature request related to a problem?
Line is detected as "overhang wall"
Overhang speed is set to 100mm/s, but the line still uses 50 mm/s as if it is a bridge.
As far as I understand, "Slow down for curled perimeters" should prevent the above behavior and force it to use the overhang speed settings. Below is another screenshot with this option disabled, however the line uses the bridge speed in both cases
Which printers will be beneficial to this feature?
All
Describe the solution you'd like
Use overhang speed for overhang perimeters when "slow down for curled perimeters" is enabled
Describe alternatives you've considered
Change the line type to bridge. It is very confusing when the line type menu says it is an overhang, but it ignores the overhang settings and instead uses the bridge settings. Even more so when the option that should force overhang walls to use overhang speeds does not do so in this specific case.
Additional context
No response
The text was updated successfully, but these errors were encountered: