mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 02:42:47 -07:00
PrintHost: Don't offer print start for SL1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user