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:
authorNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
commit89f0970a887612a6819263633180d027d06224af (patch)
tree0b900495a95a234c15f893563975eb346aee6e20 /cura/PreviewPass.py
parent1e33360c359373f7acbf95ca9706514d12c0dd7f (diff)
Remove trailing whitespace from Python files
Diffstat (limited to 'cura/PreviewPass.py')
-rw-r--r--cura/PreviewPass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/PreviewPass.py b/cura/PreviewPass.py
index 9e7c2c49fc..9cae5ad9bd 100644
--- a/cura/PreviewPass.py
+++ b/cura/PreviewPass.py
@@ -39,9 +39,9 @@ def prettier_color(color_list: List[float]) -> List[float]:
class PreviewPass(RenderPass):
"""A :py:class:`Uranium.UM.View.RenderPass` subclass that renders slicable objects with default parameters.
-
+
It uses the active camera by default, but it can be overridden to use a different camera.
-
+
This is useful to get a preview image of a scene taken from a different location as the active camera.
"""