mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 16:51:07 -07:00
Update PressureEqualizer.cpp
This commit is contained in:
parent
d663947a0c
commit
1e1680abbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
// 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.
|
||||
// Bigger values affect the GCode export speed a lot, and smaller values could
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue