mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 23:45:56 +08:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r into 3mf_io
This commit is contained in:
commit
38d0c964d8
@ -197,7 +197,7 @@ public:
|
|||||||
do {
|
do {
|
||||||
++i;
|
++i;
|
||||||
if (i==4) i=0;
|
if (i==4) i=0;
|
||||||
extrude(corners[i]);
|
extrude(corners[i], f);
|
||||||
} while (i != index_of_closest);
|
} while (i != index_of_closest);
|
||||||
return (*this);
|
return (*this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user