1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Printhost: Persist upload path & start print checkbox (re-add lost code)

Fixes #1219
Fixes #1004
Fixes #1106
Fixes #1678
This commit is contained in:
Vojtech Kral
2019-02-18 14:03:02 +01:00
parent 35b4777e0e
commit 08f1459ab7
2 changed files with 44 additions and 3 deletions
+1
View File
@@ -33,6 +33,7 @@ public:
boost::filesystem::path filename() const;
bool start_print() const;
virtual void EndModal(int ret) override;
private:
wxTextCtrl *txt_filename;
wxCheckBox *box_print;