mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 16:00:40 +08:00

* Fix automatic overhang threshold We should be supporting perimeters that are overhung further than half a perimeter out, rather than two times the perimeter width. Fixes: #2068 * Made the overhang detection configurable, up to 200 (the original value, which is still the default) * Set default to 60% as per https://github.com/alexrj/Slic3r/wiki/Support:-Requirements Removed some less useful enumerations (0-30%) * Folded in auto_threshold into support threshold as a % value