mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 05:17:19 +00:00
Fix extrusion rate smoothing unnecessarily slowing down the entire line (#11249)
* Fix typo & code style * Fix calculation of the min acc time * Avoid slowing down the entire line if both end of a single line has been slowed down
This commit is contained in:
@@ -136,7 +136,6 @@ private:
|
||||
assert(avg_correction <= 1.00000001f);
|
||||
return avg_correction;
|
||||
}
|
||||
float time_corrected() const { return time() * volumetric_correction_avg(); }
|
||||
|
||||
GCodeLineType type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user