Revert "Move "Exclude Materials" metadata to materials"

This commit is contained in:
Lipu Fei 2018-07-10 16:27:07 +02:00 committed by GitHub
parent 33a6c8bb8e
commit 7658ad34e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 17 deletions

View file

@ -1,5 +1,5 @@
//Copyright (c) 2018 Ultimaker B.V.
//Cura is released under the terms of the LGPLv3 or higher.
// Copyright (c) 2017 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
import QtQuick.Controls 1.1
@ -402,7 +402,7 @@ Column
property var valueError: !isMaterialSupported()
property var valueWarning: ! Cura.MachineManager.isActiveQualitySupported
function isMaterialSupported()
function isMaterialSupported ()
{
if (!hasActiveExtruder)
{