FIX: modify the clumping detection text

jira: none
Change-Id: I646e2fdcb3802bb9255dd77b158ce6d516c7afaf
(cherry picked from commit 370ca3c217ef28a1d1aac08af720578c48aac405)
This commit is contained in:
zhimin.zeng
2025-07-29 20:54:36 +08:00
committed by Noisyfox
parent f2e759e885
commit 6bb19e10b2
3 changed files with 7 additions and 7 deletions

View File

@@ -3834,7 +3834,7 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionString());
def = this->add("wrapping_detection_gcode", coString);
def->label = L("Wrapping detection G-code");
def->label = L("Clumping detection G-code");
def->multiline = true;
def->full_width = true;
def->height = 5;