mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06: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:
parent
35b4777e0e
commit
08f1459ab7
2 changed files with 44 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue