The NX interface was (is using) a NX Vb script to detect the last Cura Release . And this script is searching in the registry key
Const strKeyPath = "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
but Cura 5.X doesn't use anymore this WOW6432Node folder. Have you try to modify "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall" into "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" ?
Edited by Cuq
Recommended Posts
ungutknut 4
There's not a lot I can help you with, but I can point you to the repo for this plugin: https://github.com/Ultimaker/cura-siemensnx-plugin
I even tried to debug (see the issues section) it for Cura 5.x but ultimately failed at installing the corrected file. Should be an easy fix since I suppose the new folder structure of new cura is the culprit... but who knows.
Link to post
Share on other sites