mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
PrintHost: Fix host type configuration, refactor, fix #1687
This commit is contained in:
parent
bd725a47f4
commit
857b68a82a
10 changed files with 80 additions and 55 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue