APA for overhangs - Prusa incompatibility warning (#14271)

* APA for overhangs - Prusa incompatibility warning

Added a sentence explicitly stating that APA for overhangs is not compatible with prusa printers

* whitespace
This commit is contained in:
Wegerich
2026-06-18 11:46:51 +01:00
committed by GitHub
parent c2965a1336
commit d7688a27d0

View File

@@ -2394,7 +2394,8 @@ void PrintConfigDef::init_fff_params()
def = this->add("adaptive_pressure_advance_overhangs", coBools);
def->label = L("Enable adaptive pressure advance for overhangs (beta)");
def->tooltip = L("Enable adaptive PA for overhangs as well as when flow changes within the same feature. This is an experimental option, "
"as if the PA profile is not set accurately, it will cause uniformity issues on the external surfaces before and after overhangs.\n");
"as if the PA profile is not set accurately, it will cause uniformity issues on the external surfaces before and after overhangs.\n"
"Not compatible with Prusa printers as they pause to process PA changes, which causes delays and defects.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBools{ false });