Merge remote-tracking branch 'origin/master' into add_kinematics

This commit is contained in:
YuSanka 2018-06-22 09:22:29 +02:00
commit 9ba1af5834
13 changed files with 254 additions and 88 deletions

View file

@ -9,5 +9,5 @@
OctoPrint(DynamicPrintConfig *config);
~OctoPrint();
bool send_gcode(std::string filename, bool print = false) const;
bool send_gcode(std::string filename) const;
};