From 74bb4eb28419394ce3de54bdc8d9a7bdd69c3782 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Wed, 18 Sep 2024 23:58:59 +0800 Subject: [PATCH] locale tweak --- src/libslic3r/PrintConfig.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 0d089dd0c..b112cc464 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1754,6 +1754,7 @@ void PrintConfigDef::init_fff_params() def->height = 15; def->set_default_value(new ConfigOptionStrings{"0,0,0\n0,0,0"}); + // xgettext:no-c-format, no-boost-format 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, "