Slow down for curled perimeters Desc fix (#13918)

This commit is contained in:
Ian Bassi
2026-05-28 17:15:21 -03:00
committed by GitHub
parent d279e241f6
commit e514b60ea6

View File

@@ -1515,22 +1515,22 @@ void PrintConfigDef::init_fff_params()
def->label = L("Slow down for curled perimeters"); def->label = L("Slow down for curled perimeters");
def->category = L("Speed"); def->category = L("Speed");
// xgettext:no-c-format, no-boost-format // xgettext:no-c-format, no-boost-format
def->tooltip = L("Enable this option to slow down printing in areas where perimeters may have curled upwards. " def->tooltip = L("Enable this option to slow down printing in areas where perimeters may have curled upwards.\n"
"For example, additional slowdown will be applied when printing overhangs on sharp corners like the " "For example, additional slowdown will be applied when printing overhangs on sharp corners like the "
"front of the Benchy hull, reducing curling which compounds over multiple layers.\n\n" "front of the Benchy hull, reducing curling which compounds over multiple layers.\n\n"
"It is generally recommended to have this option switched on unless your printer cooling is powerful enough or the " "It is generally recommended to have this option switched on unless your printer cooling is powerful enough or the "
"print speed is slow enough that perimeter curling does not happen. \n" "print speed is slow enough that perimeter curling does not happen. \n"
"If printing with a high external perimeter speed, this parameter may introduce wall artifacts when slowing down, " "If printing with a high external perimeter speed, this parameter may introduce wall artifacts when slowing down, "
"due to the potentially large variance in print speeds causing the extruder to be unable to keep up with the requested flow change.\n" "due to the potentially large variance in print speeds causing the extruder to be unable to keep up with the requested flow change.\n"
"Root cause of these artefacts is most likely PA tuning being slightly off, especially when combined " "Root cause of these artifacts is most likely PA tuning being slightly off, especially when combined "
"with a high PA smooth time.\n\n" "with a high PA smooth time.\n\n"
"Recommendations when enabling this option:\n" "Recommendations when enabling this option:\n"
"1. Reduce Pressure Advance smooth time to 0.015 - 0.02 so the extruder reacts quickly to the speed changes.\n" "1. Reduce Pressure Advance smooth time to 0.015 - 0.02 so the extruder reacts quickly to the speed changes.\n"
"2. Increase the minimum print speeds to limit the magnitude of the slowdown and reduce the variance between fast and slow segments.\n" "2. Increase the minimum print speeds to limit the magnitude of the slowdown and reduce the variance between fast and slow segments.\n"
"3. If artifacts still appear, enable Extrusion Rate Smoothing (ERS) to further smooth the flow transitions.\n\n" "3. If artifacts still appear, enable Extrusion Rate Smoothing (ERS) to further smooth the flow transitions.\n\n"
"Note: When this option is enabled, overhang perimeters are treated like overhangs, meaning the overhang speed is " "Note: When this option is enabled, overhang perimeters are treated like overhangs, meaning the overhang speed is "
"applied even if the overhanging perimeter is part of a bridge. For example, when the perimeters are 100% overhanging" "applied even if the overhanging perimeter is part of a bridge.\n"
", with no wall supporting them from underneath, the 100% overhang speed will be applied."); "For example, when the perimeters are 100% overhanging, with no wall supporting them from underneath, the 100% overhang speed will be applied.");
def->mode = comAdvanced; def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool{ false }); def->set_default_value(new ConfigOptionBool{ false });