From 3b6eb133576ef04a46ac8c56807053bb6dcdf09f Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 3 Aug 2022 09:45:04 +0800 Subject: [PATCH] FIX: change Timelapse without toolhead to Timelapse Change-Id: Ic32a4a5280bbb5063dc5335463efee35edfbbd6a (cherry picked from commit 05b4c91fb72d14753f223e9f141fcd21888b92a4) --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 39d5fbf13..a7853767a 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1982,7 +1982,7 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionBool(false)); def = this->add("timelapse_no_toolhead", coBool); - def->label = L("Timelapse without toolhead"); + def->label = L("Timelapse"); def->tooltip = L("Record timelapse video of printing without showing toolhead. In this mode " "the toolhead docks near the excess chute at each layer change, and then " "a snapshot is taken with the chamber camera. When printing finishes a timelapse "