FIX: enhance interaction of timelapse

Change-Id: Iac13a485d0f5a458a435137619caddce39ad61fb
This commit is contained in:
zhimin.zeng 2022-08-23 18:25:02 +08:00 committed by Lane.Wei
parent 4f4223a2b4
commit acb05dcf19
2 changed files with 47 additions and 7 deletions

View file

@ -1983,10 +1983,12 @@ void PrintConfigDef::init_fff_params()
def = this->add("timelapse_no_toolhead", coBool);
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 "
"video is composed of all the snapshots.");
def->tooltip = L("If enabled, a timelapse video will be generated for each print. "
"After each layer is printed, the toolhead will move to the excess chute, "
"and then a snapshot is taken with the chamber camera. "
"All of these snapshots are composed into a timelapse video when printing completes. "
"Since the melt filament may leak from the nozzle during the process of taking a snapshot, "
"prime tower is required for nozzle priming.");
def->mode = comSimple;
def->set_default_value(new ConfigOptionBool(false));