PrintHost: Don't offer print start for SL1

This commit is contained in:
Vojtech Kral
2019-03-04 16:50:43 +01:00
parent 5e27328cce
commit 78e5af1b04
9 changed files with 36 additions and 15 deletions

View File

@@ -119,6 +119,11 @@ bool Duet::can_test() const
return true;
}
bool Duet::can_start_print() const
{
return true;
}
bool Duet::connect(wxString &msg) const
{
bool res = false;