From 53cdb8ef539bedef38367c5f0136c38ce93a3458 Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Thu, 14 Nov 2019 10:05:02 +0100 Subject: [PATCH] No sparse layers option marked as EXPERIMENTAL --- 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 f082e13b32..6fa6ae3a2c 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1826,7 +1826,7 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionBool(true)); def = this->add("wipe_tower_no_sparse_layers", coBool); - def->label = L("No sparse layers"); + def->label = L("No sparse layers (EXPERIMENTAL)"); def->tooltip = L("If enabled, the wipe tower will not be printed on layers with no toolchanges. " "On layers with a toolchange, extruder will travel downward to print the wipe tower. " "User is responsible for ensuring there is no collision with the print.");