PrintHost: Basic SL1 support

This commit is contained in:
Vojtech Kral 2018-12-18 14:34:16 +01:00
parent 59b01b4908
commit 66b5deccf5
8 changed files with 255 additions and 196 deletions

View file

@ -325,6 +325,8 @@ class TabPrinter : public Tab
std::vector<PageShp> m_pages_fff;
std::vector<PageShp> m_pages_sla;
void build_printhost(ConfigOptionsGroup *optgroup);
public:
wxButton* m_serial_test_btn = nullptr;
wxButton* m_print_host_test_btn = nullptr;