mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: change Timelapse without toolhead to Timelapse
Change-Id: Ic32a4a5280bbb5063dc5335463efee35edfbbd6a (cherry picked from commit 05b4c91fb72d14753f223e9f141fcd21888b92a4)
This commit is contained in:
parent
07ae246e5f
commit
3b6eb13357
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue