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-28 17:08:09 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-28 17:08:51 +0300
commit5af9faf5e52dc3024c4b9253a39ee49a1eff8cb3 (patch)
tree0a122f5241cd776b8dfd7cc301475797c57bfd29 /plugins/XRayView
parent6035adb96356344ef43ff54f5f2d6d9f8271a84d (diff)
Convert doxygen to rst for X3DReader, XmlMaterialProfile, XRayView
Diffstat (limited to 'plugins/XRayView')
-rw-r--r--plugins/XRayView/XRayView.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/XRayView/XRayView.py b/plugins/XRayView/XRayView.py
index 0144f4c176..be4fe5ea76 100644
--- a/plugins/XRayView/XRayView.py
+++ b/plugins/XRayView/XRayView.py
@@ -23,8 +23,9 @@ from cura.Scene.ConvexHullNode import ConvexHullNode
from cura import XRayPass
-## View used to display a see-through version of objects with errors highlighted.
class XRayView(CuraView):
+ """View used to display a see-through version of objects with errors highlighted."""
+
def __init__(self):
super().__init__(parent = None, use_empty_menu_placeholder = True)