-
Notifications
You must be signed in to change notification settings - Fork 2k
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
"Flow::spacing() produced negative spacing" error on 0.15mm print profile with 0.4 nozzle #8447
Comments
…ualed zero because the resulting path after clipping had vertices from a clipping polygon (which has Z-coordinate equal to zero).
Thank you for reporting this issue. It was fixed with d02a0ec in master_250, and it will be part of the next alpha. |
…ualed zero because the resulting path after clipping had vertices from a clipping polygon (which has Z-coordinate equal to zero).
…dth) equaled zero because the resulting path after clipping had vertices from a clipping polygon (which has Z-coordinate equal to zero).
I also get this error with 2.5.0 win64 and this model: https://www.printables.com/model/236318-vecna-001-stranger-things I have the model rotated so its standing up, and scaled it to 170%. I'm trying to support the chin. EDIT: Never mind. I've recently switched from super slicer to prusa slicer and thus exported/imported my profiles. |
Issue still exists in 2.6.1 |
Just encountered this in 2.6.1. Seems to be an issue with Arachne |
@forReason and @Aerospacesmith Can you please send us the 3mf files in which you are getting this error? Thank you |
@FidelCapo 04_bodyPart_d_FDM (repaired).zip I switched from Arachne to classic generation and I can slice it. |
Might not be related to the original bug report, but I just want to say THANK YOU. I've been struggling for months with flow:spacing errors when switching between organic and snug supports on some of my profiles. Turns out the Voron profile I was using also had max layer height set to 75mm, and lowering it to 0.4mm fixed the problem. |
this was my exact issues, thank you for your comment. i was getting all sorts of confused and worked up. THANKS!!! |
I ran into this issue recently and the fix for me was to change "Minimum wall width" under Wall Generator. I was using a .3 nozzle with .3 walls and had to increase the value to 92. |
I also had a similar issue that occurred for me when I enabled multi-material printing. And what fixed it for me was setting the outer wall line width parameter to a none-zero value like "0.4 mm". My flavor of slicer, based on prusa, by default, had set all the line width values (except the default width) to zero. I suppose when a parameter value is 0 it will "default" to what the "default" value is. And this had worked as such until multi-material printing was enabled which seemed to have set the "perimeter_extrusion_width" to an actual 0. However, after looking at the code that emits this exception/error, I think the message could, at least, be a bit more descriptive to help the user recover from their mistake by setting the "perimeter_extrusion_width" to a none-zero value. |
Description of the bug
Whenever I try to slice the attached model on 0.15mm print profile, I get
Flow::spacing() produced negative spacing. Did you set some extrusion width too small?
error.Project file & How to reproduce
bagr.zip
Checklist of files included above
Version of PrusaSlicer
2.5.0-alpha2
Operating system
Windows 11
Printer model
Prusa MINI
The text was updated successfully, but these errors were encountered: