From a6f3e6bfdb22379a3cc793056947e3ac74c885c6 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 4 Jan 2015 19:32:59 +0100 Subject: [PATCH] Mark Vibration Limit as deprecated. #2483 --- xs/src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp index ecd8e88ba..e4847a570 100644 --- a/xs/src/libslic3r/PrintConfig.cpp +++ b/xs/src/libslic3r/PrintConfig.cpp @@ -946,7 +946,7 @@ PrintConfigDef::build_def() { Options["use_relative_e_distances"].cli = "use-relative-e-distances!"; Options["vibration_limit"].type = coFloat; - Options["vibration_limit"].label = "Vibration limit"; + Options["vibration_limit"].label = "Vibration limit (deprecated)"; Options["vibration_limit"].tooltip = "This experimental option will slow down those moves hitting the configured frequency limit. The purpose of limiting vibrations is to avoid mechanical resonance. Set zero to disable."; Options["vibration_limit"].sidetext = "Hz"; Options["vibration_limit"].cli = "vibration-limit=f";