FIX:fixed some ui issues

Change-Id: I96f3e3ec56a07a7b5ca4723c92715df58e0baaf6
This commit is contained in:
tao wang 2023-03-22 14:24:37 +08:00 committed by Lane.Wei
parent 7142119f03
commit bf08a0b2e2
4 changed files with 9 additions and 6 deletions

View file

@ -281,7 +281,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
! config->opt_bool("detect_thin_wall") &&
config->opt_enum<TimelapseType>("timelapse_type") == TimelapseType::tlTraditional))
{
wxString msg_text = _(L("Spiral mode only works when wall loops is 1, support is disabled, top shell layers is 0, sparse infill density is 0 and timelapse type is traditional"));
wxString msg_text = _(L("Spiral mode only works when wall loops is 1, support is disabled, top shell layers is 0, sparse infill density is 0 and timelapse type is traditional."));
if (is_global_config)
msg_text += "\n\n" + _(L("Change these settings automatically? \n"
"Yes - Change these settings and enable spiral mode automatically\n"