fix bug of libslic3r

This commit is contained in:
QIDI TECH
2024-11-18 15:09:21 +08:00
parent 4198b7a116
commit 9ce2c02f70
69 changed files with 1748 additions and 2554 deletions

View File

@@ -114,7 +114,7 @@ static bool check_normal_vector(stl_file *stl, int facet_num, int normal_fix_fla
void stl_fix_normal_directions(stl_file *stl)
{
// This may happen for malformed models, see: https://github.com/qidi3d/QIDISlicer/issues/2209
// This may happen for malformed models, see: https://github.com/QIDITECH/QIDISlicer/issues/2209
if (stl->stats.number_of_facets == 0)
return;