1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Feedrate on the first layer of the wipe tower properly set (bugfix)

This commit is contained in:
Lukas Matena
2018-05-29 09:07:23 +02:00
parent a4261b11d4
commit e4aff5b08a
+1 -1
View File
@@ -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);
} }