mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:45:57 +08:00
Easy navigation to Cloud marketplace
CURA-8563
This commit is contained in:
parent
fe19587b7f
commit
61275ed9bc
@ -19,6 +19,7 @@ Packages
|
||||
UM.Preferences.setValue("cura/market_place_show_manage_packages_banner", false);
|
||||
bannerVisible = false;
|
||||
}
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/plugins"
|
||||
|
||||
model: Marketplace.LocalPackageList
|
||||
{
|
||||
|
@ -16,6 +16,7 @@ Packages
|
||||
UM.Preferences.setValue("cura/market_place_show_material_banner", false);
|
||||
bannerVisible = false;
|
||||
}
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/materials"
|
||||
|
||||
model: Marketplace.RemotePackageList
|
||||
{
|
||||
|
@ -16,6 +16,7 @@ Packages
|
||||
UM.Preferences.setValue("cura/market_place_show_plugin_banner", false)
|
||||
bannerVisible = false;
|
||||
}
|
||||
searchInBrowserUrl: "https://marketplace.ultimaker.com/app/cura/plugins"
|
||||
|
||||
model: Marketplace.RemotePackageList
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user