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-15 14:34:58 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-15 14:34:58 +0300
commit58e43c0a07cbd349e3df433352f5f56aa5e0c26d (patch)
tree386875ac54333bb44b90dc3acdd09dee5944d5e1 /plugins/SolidView
parenta09cd0e63e6b5cffba068c9f704b01280b2313e7 (diff)
Convert doxygen to rst for SentryLogger, SimulationView, SliceInfo,
SolidView
Diffstat (limited to 'plugins/SolidView')
-rw-r--r--plugins/SolidView/SolidView.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SolidView/SolidView.py b/plugins/SolidView/SolidView.py
index bfe803f224..dc88265d68 100644
--- a/plugins/SolidView/SolidView.py
+++ b/plugins/SolidView/SolidView.py
@@ -33,9 +33,10 @@ import math
catalog = i18nCatalog("cura")
-## Standard view for mesh models.
class SolidView(View):
+ """Standard view for mesh models."""
+
_show_xray_warning_preference = "view/show_xray_warning"
def __init__(self):