Fix of #10210 (crash when using mainsail print host) and some related UI fixes ('OctoPrint'->'Mainsail/Fluidd')
This commit is contained in:
parent
06403eef65
commit
f6da852353
3 changed files with 19 additions and 5 deletions
|
@ -125,6 +125,8 @@ public:
|
|||
~Mainsail() override = default;
|
||||
|
||||
const char* get_name() const override { return "Mainsail/Fluidd"; }
|
||||
wxString get_test_ok_msg() const override;
|
||||
wxString get_test_failed_msg(wxString& msg) const override;
|
||||
};
|
||||
|
||||
class SL1Host : public PrusaLink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue