mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Use new version for downloading plugins
This commit is contained in:
parent
b9a9ef8823
commit
4d0c0f606e
@ -26,7 +26,7 @@ class PluginBrowser(QObject, Extension):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
|
||||
self._api_version = 1
|
||||
self._api_version = 2
|
||||
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
|
||||
|
||||
self._plugin_list_request = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user