Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-05-14 20:46:01 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-14 20:46:01 +0300
commit3f08d9f30d7c742504bee38adb74cabbdb73caed (patch)
tree97e9ab948292aee5b83d76eabfd6ba8e1df2bece /src/admesh
parente58d530afe2f5033b575caae0d7a0c1c19897ac8 (diff)
Changed references to renamed github project
https://github.com/prusa3d/PrusaSlicer
Diffstat (limited to 'src/admesh')
-rw-r--r--src/admesh/normals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admesh/normals.cpp b/src/admesh/normals.cpp
index 0ad134360..ecf08b59c 100644
--- a/src/admesh/normals.cpp
+++ b/src/admesh/normals.cpp
@@ -108,7 +108,7 @@ stl_fix_normal_directions(stl_file *stl) {
if (stl->error) return;
- // this may happen for malformed models, see: https://github.com/prusa3d/Slic3r/issues/2209
+ // this may happen for malformed models, see: https://github.com/prusa3d/PrusaSlicer/issues/2209
if (stl->stats.number_of_facets == 0) return;
/* Initialize linked list. */