PrinterOutputDevice.py 330 B

1234
  1. import warnings
  2. warnings.warn("Importing cura.PrinterOutputDevice has been deprecated since 4.1, use cura.PrinterOutput.PrinterOutputDevice instead", DeprecationWarning, stacklevel=2)
  3. # We moved the PrinterOutput device to it's own submodule.
  4. from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice, ConnectionState