mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-01 12:32:05 +08:00
Changed the CoR icon
This commit is contained in:
parent
3861a043f4
commit
6fc2b6d8dc
@ -17,7 +17,7 @@ class NavlibClient(pynav.NavlibNavigationModel):
|
|||||||
self._was_pick = False
|
self._was_pick = False
|
||||||
self._hit_selection_only = False
|
self._hit_selection_only = False
|
||||||
self._picking_pass = None
|
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.):
|
def pick(self, x, y, check_selection = False, radius = 0.):
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
BIN
resources/images/cor.png
Normal file
BIN
resources/images/cor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Loading…
x
Reference in New Issue
Block a user