mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:58:59 +08:00
Merge branch '5.1'
This commit is contained in:
commit
c37285f9c0
@ -1,3 +1,15 @@
|
|||||||
|
---
|
||||||
|
# Usage: defaults to None
|
||||||
|
# If you're on a release branch create an entry for that **version** e.q.: `5.1.0` update the requirements (use pinned versions, not latest)
|
||||||
|
# also create a beta entry for that **version** e.q.: `5.1.0-beta`, update the requirements (use the <dep_name>/(latest)@ultimaker/stable)
|
||||||
|
#
|
||||||
|
# If you're working on a feature/bugfix branch from a release branch, create an entry for that **channel**, update the requirements (use
|
||||||
|
# the <dep_name>/(latest)@ultimaker/stable)
|
||||||
|
#
|
||||||
|
# If you're working on a feature/bugfix branch from a main branch, it is optional to create an entry for that **channel**, update the
|
||||||
|
# requirements (use the <dep_name>/(latest)@ultimaker/testing)
|
||||||
|
#
|
||||||
|
# Subject to change in the future!
|
||||||
"None":
|
"None":
|
||||||
requirements:
|
requirements:
|
||||||
- "arcus/(latest)@ultimaker/testing"
|
- "arcus/(latest)@ultimaker/testing"
|
||||||
|
@ -8,9 +8,9 @@ import QtQuick.Layouts 1.15
|
|||||||
import QtQuick.Window 2.1
|
import QtQuick.Window 2.1
|
||||||
|
|
||||||
import Cura 1.1 as Cura
|
import Cura 1.1 as Cura
|
||||||
import UM 1.5 as UM
|
import UM 1.6 as UM
|
||||||
|
|
||||||
Window
|
UM.Window
|
||||||
{
|
{
|
||||||
id: materialsSyncDialog
|
id: materialsSyncDialog
|
||||||
property variant catalog: UM.I18nCatalog { name: "cura" }
|
property variant catalog: UM.I18nCatalog { name: "cura" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user