mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 22:02:10 +00:00
Update PressureEqualizer.cpp
This commit is contained in:
@@ -26,7 +26,7 @@ static const std::string EXTERNAL_PERIMETER_TAG = ";_EXTERNAL_PERIMETER";
|
|||||||
|
|
||||||
// Maximum segment length to split a long segment if the initial and the final flow rate differ.
|
// Maximum segment length to split a long segment if the initial and the final flow rate differ.
|
||||||
// Smaller value means a smoother transition between two different flow rates.
|
// Smaller value means a smoother transition between two different flow rates.
|
||||||
static constexpr float max_segment_length = 1.f;
|
static constexpr float max_segment_length = 0.7f;
|
||||||
|
|
||||||
// For how many GCode lines back will adjust a flow rate from the latest line.
|
// For how many GCode lines back will adjust a flow rate from the latest line.
|
||||||
// Bigger values affect the GCode export speed a lot, and smaller values could
|
// Bigger values affect the GCode export speed a lot, and smaller values could
|
||||||
|
|||||||
Reference in New Issue
Block a user