@JonasGrumby: Run regedit, go to COMPUTER\HKEY_CLASSES_ROOT\ and remove all entries starting with .stl :)
Edited by eremef- Solution
Thanks. It's not that simple. It's a registry problem. I had to run a run a .reg file like this. I have to do it again now that Cura v6 is out...
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.stl\OpenWithProgids]
".stl.4.13"=-
[-HKEY_CLASSES_ROOT\.stl.4.13]
[HKEY_CLASSES_ROOT\.stl]
@="Cura.model"
[HKEY_CLASSES_ROOT\Cura.model]
@="Standard Tessellation Language (STL) files"
[HKEY_CLASSES_ROOT\Cura.model\DefaultIcon]
@="C:\\Program Files\\Ultimaker Cura 5.2.1\\Ultimaker-Cura.exe,0"
[HKEY_CLASSES_ROOT\Cura.model\shell]
@="open"
[HKEY_CLASSES_ROOT\Cura.model\shell\open]
@="Open with Ultimaker Cura 5.2.1"
[HKEY_CLASSES_ROOT\Cura.model\shell\open\command]
@="C:\\Program Files\\Ultimaker Cura 5.2.1\\Ultimaker-Cura.exe \"%1\""
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.stl]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.stl\OpenWithProgids]
"Cura.model"=hex(0):
- 4 months later...
Solved:
I used Ctrl+F to Find all instances of "Cura" in the Registry Editor.
In every case where 5.3.1 existed along side 5.4.0, I deleted the 5.3.1 version.
In every case where 5.3.1 existed without a 5.4.0 equivalent, I modified it by only changing the "3.1" to "4.0".
This worked for me without doing anything additional. Good luck.
Edited by lee-EB
I resolved the issue.
- 2 months later...
I did something similar to Jonas' solution above by verifying the existing registry entries. I saw that some looked weird, deleted those keys, downloaded the .MSI install and reinstalled. It works now.
Recommended Posts
eremef 0
same here, anyone?
Link to post
Share on other sites