Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix & pynavlib version upgrade #19865

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cura/NavlibClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class NavlibClient(pynav.NavlibNavigationModel):

def __init__(self, scene, renderer) -> None:
super().__init__(True, pynav.NavlibOptions.RowMajorOrder)
super().__init__(False, pynav.NavlibOptions.RowMajorOrder)
self._scene = scene
self._renderer = renderer
self._pointer_pick = None
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ pywin32-ctypes==0.2.0; \
charset-normalizer==2.1.0; \
--hash=sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5

pynavlib==0.9.1 ; \
pynavlib==0.9.2; \
sys_platform != "linux" \
--hash=sha256:92f9cb4a1b8c081fed1c3b6805fd603c189c4985b8a87aa4bebb07cf9c532e4d \
--hash=sha256:085e461863d62c735c8cb76b2e5b60dbc35683820bd348cb38a70e26f69cb32b
--hash=sha256:98434eff8ad122b487aea2213f0c690b2c8080e5b9d7c52c0a39702b4a1a37d9 \
--hash=sha256:fdfcd2cfc9c3090d7b322ccd307ab8c7fa6cf46e627c5c376c672042312a40e9
Loading