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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Teske <lucas@teske.net.br>2020-11-26 01:33:30 +0300
committerGitHub <noreply@github.com>2020-11-26 01:33:30 +0300
commit62e4baa746854230748fe27d027897cf9a4fcfa7 (patch)
tree2f5649023bd8f67b55bf1fc1a1d15261b0e9228d /plugins/PostProcessingPlugin
parent0a21cff2340c59e0a98721b53797936d1a4ae4d4 (diff)
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
Diffstat (limited to 'plugins/PostProcessingPlugin')
-rw-r--r--plugins/PostProcessingPlugin/scripts/TimeLapse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PostProcessingPlugin/scripts/TimeLapse.py b/plugins/PostProcessingPlugin/scripts/TimeLapse.py
index 7f320b51d7..8a555fdbeb 100644
--- a/plugins/PostProcessingPlugin/scripts/TimeLapse.py
+++ b/plugins/PostProcessingPlugin/scripts/TimeLapse.py
@@ -73,7 +73,7 @@ class TimeLapse(Script):
"description": "Filament retraction distance for camera trigger.",
"unit": "mm",
"type": "int",
- "default_value": 1
+ "default_value": 0
},
"zhop":
{