mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 05:19:13 -07:00
PrintHost: Fix host type configuration, refactor, fix #1687
This commit is contained in:
@@ -34,6 +34,8 @@ Duet::Duet(DynamicPrintConfig *config) :
|
||||
|
||||
Duet::~Duet() {}
|
||||
|
||||
const char* Duet::get_name() const { return "Duet"; }
|
||||
|
||||
bool Duet::test(wxString &msg) const
|
||||
{
|
||||
bool connected = connect(msg);
|
||||
|
||||
Reference in New Issue
Block a user