mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-06 07:14:57 +08:00
Feedrate on the first layer of the wipe tower properly set (bugfix)
This commit is contained in:
parent
a4261b11d4
commit
e4aff5b08a
@ -197,7 +197,7 @@ public:
|
||||
do {
|
||||
++i;
|
||||
if (i==4) i=0;
|
||||
extrude(corners[i]);
|
||||
extrude(corners[i], f);
|
||||
} while (i != index_of_closest);
|
||||
return (*this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user