mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Changed the CoR icon
This commit is contained in:
parent
3861a043f4
commit
6fc2b6d8dc
3 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class NavlibClient(pynav.NavlibNavigationModel):
|
|||
self._was_pick = False
|
||||
self._hit_selection_only = False
|
||||
self._picking_pass = None
|
||||
self._pivot_node = OverlayNode(node=SceneNode(), image_path=Resources.getPath(Resources.Images, "3dx_pivot.png"), size=2.5)
|
||||
self._pivot_node = OverlayNode(node=SceneNode(), image_path=Resources.getPath(Resources.Images, "cor.png"), size=2.5)
|
||||
|
||||
def pick(self, x, y, check_selection = False, radius = 0.):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue