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:37 +0300
committerGitHub <noreply@github.com>2020-11-26 01:33:37 +0300
commitc4d9edca69713a71189c2213470a19244f4f8b05 (patch)
treeb6d15207231b96c2442200b1b20c30342d33c260 /plugins/PostProcessingPlugin
parent62e4baa746854230748fe27d027897cf9a4fcfa7 (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 8a555fdbeb..210199e087 100644
--- a/plugins/PostProcessingPlugin/scripts/TimeLapse.py
+++ b/plugins/PostProcessingPlugin/scripts/TimeLapse.py
@@ -81,7 +81,7 @@ class TimeLapse(Script):
"description": "Z-hop length before parking",
"unit": "mm",
"type": "float",
- "default_value": 0.8
+ "default_value": 0
}
}
}"""