Update PressureEqualizer.cpp

This commit is contained in:
igiannakas 2023-09-18 01:40:18 +03:00
parent d663947a0c
commit 1e1680abbd

View file

@ -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