Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xs/src/Shiny/ShinyManager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/Shiny/ShinyManager.c b/xs/src/Shiny/ShinyManager.c
index 7ee917f8a..2cb0df4c2 100644
--- a/xs/src/Shiny/ShinyManager.c
+++ b/xs/src/Shiny/ShinyManager.c
@@ -73,7 +73,7 @@ ShinyManager Shiny_instance = {
/* name = */ "<unprofiled>",
/* data = */ { { 0, 0 }, { 0, 0 }, { 0, 0 } }
},
- /* damping = */ 0.9f,
+ /* damping = */ 0.f, // Damping disabled, every PROFILE_UPDATE will be performed from scratch. Original value: 0.9f
/* _initialized = */ FALSE,
/* _firstUpdate = */ TRUE
};