Added property to indicate if output device accepts commands

Instead of how this was previously done, it's now tied to the auth state.

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-23 17:07:24 +01:00
parent 0b91112d72
commit 1c2c4d4163
3 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,6 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from UM.Application import Application
from UM.Logger import Logger