-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bridge perimeters printed with perimeter speed #657
Comments
It's not just about speed, it's the whole bridging math that isn't applied to perimeters. This is for a number of reasons, including that it requires a look-ahead capable firmware to work properly. However, I want to experiment with it some day in the future. (Isn't there already an open issue about this?) |
Okay, this is now implemented. Enjoy! |
I've just tried this feature and while it uses bridge speeds on perimeters, it seems that the bridge flow is not being used (on the perimeters). |
What part are you printing? Could it be that your print is doing a retract just before the bridge perimeters? That usually doesn't happen on the rest of the bridge, because it's printed in one go. I think a fast retract --> move --> fast forward --> bridge can cause that bridge to sag, because high pressure inside the nozzle takes some time to even out, and causes less controlled flow (ie too much plastic) on that bridge extrusion. |
@llluis, can you provide something? At least a G-code file? |
@alexrj @kefir- |
Hi guys, The bridge layer is at Z10.200. |
I can also confirm that gcode.ws shows different flow rates on the bridge perimeters and the bridge itself. If you load the gcode and colour by "mm extrusion per mm move" under 2d rendering options, and then flip to layer 50 (z=10.2mm) the bridge perimeters get a different colour than the rest of the bridge. (I haven't verified the calculations.) |
Did the fix make it into 0.9.10b or was that released before it was fixed? Only reason being I'm running 0.9.10b and still seem to have bridge perimeters being printed at perimeter and not bridge speed |
The fix is not in 0.9.10b. It's on track to be released in 0.9.11. |
Hi,
in 0.9.2 bridges fail a lot for me.
I have set my perimeter speed about 2.5 times (100mm/s) higher than the bridging speed (40mm/s).
This happens:
Shouldn't the perimeter be printed with the same speed as the bridge?
Truncated file with failing bridges at z=7.4mm (also at 3mm but I somehow expected that to fail): http://pastebin.com/yS3AUpcN
Cheers,
JohK
The text was updated successfully, but these errors were encountered: