mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Remove superfluous warning for printsequence
Print sequence can no longer be chosen per-object, so the warning that displays when you choose print sequence per-object is no longer necessary. Contributes to issue CURA-458.
This commit is contained in:
parent
b5ccc1ec6d
commit
44872ade43
1 changed files with 0 additions and 9 deletions
|
@ -11,7 +11,6 @@ import UM 1.1 as UM
|
||||||
Item {
|
Item {
|
||||||
id: base;
|
id: base;
|
||||||
property int currentIndex: UM.ActiveTool.properties.SelectedIndex;
|
property int currentIndex: UM.ActiveTool.properties.SelectedIndex;
|
||||||
property string printSequence: UM.ActiveTool.properties.PrintSequence;
|
|
||||||
|
|
||||||
UM.I18nCatalog { id: catalog; name: "cura"; }
|
UM.I18nCatalog { id: catalog; name: "cura"; }
|
||||||
|
|
||||||
|
@ -25,14 +24,6 @@ Item {
|
||||||
|
|
||||||
spacing: UM.Theme.sizes.default_margin.height;
|
spacing: UM.Theme.sizes.default_margin.height;
|
||||||
|
|
||||||
Label {
|
|
||||||
width: UM.Theme.sizes.setting.width;
|
|
||||||
wrapMode: Text.Wrap;
|
|
||||||
text: catalog.i18nc("@label", "Per Object Settings behavior may be unexpected when 'Print sequence' is set to 'All at Once'.")
|
|
||||||
color: UM.Theme.colors.text;
|
|
||||||
visible: base.printSequence == "all_at_once"
|
|
||||||
}
|
|
||||||
|
|
||||||
UM.SettingItem {
|
UM.SettingItem {
|
||||||
id: profileSelection
|
id: profileSelection
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue