supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.04k stars 515 forks source link

2.5.59.8 gap fill doesn't do the job right #4260

Closed CuredPrusa closed 1 month ago

CuredPrusa commented 1 month ago

In 2.5.59.8 I can not find a proper setting to fill the corners with gap fill, marked with yellow arrow

Untitled

Version 2.4 fills that corner with gap fill instantly without any special settings. Why?

Here's the project:

test.zip

supermerill commented 1 month ago

put something on min width & min length, or they will use default (which exclude too short gapfill)

CuredPrusa commented 1 month ago

Thanks. Yes, it works now when I have set min length to 0.1. But I think the value zero should be related to AUTO or ALL, and not restricting functionality if I didn't ask for restriction.

supermerill commented 1 month ago

yes, it's auto. and the auto is too high for your need. I'm going to change how disabled/enable are displayed in next major version.