FIX: modify the clumping detection text
jira: none Change-Id: I646e2fdcb3802bb9255dd77b158ce6d516c7afaf (cherry picked from commit 370ca3c217ef28a1d1aac08af720578c48aac405)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user