Octoprint: Add a dialog for setting the filename/path

and a "print now" option
cf. #880, #245, #55, #87
This commit is contained in:
Vojtech Kral 2018-05-23 12:47:39 +02:00 committed by bubnikv
parent a3a8333d20
commit 1ba81655e2
6 changed files with 140 additions and 21 deletions

View file

@ -17,7 +17,7 @@ public:
OctoPrint(DynamicPrintConfig *config);
bool test(wxString &curl_msg) const;
bool send_gcode(const std::string &filename, bool print = false) const;
bool send_gcode(const std::string &filename) const;
private:
std::string host;
std::string apikey;