mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Convert doxygen to rst for X3DReader, XmlMaterialProfile, XRayView
This commit is contained in:
parent
6035adb963
commit
5af9faf5e5
3 changed files with 56 additions and 36 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue