mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Feedrate on the first layer of the wipe tower properly set (bugfix)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user