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

This commit is contained in:
YuSanka
2018-06-22 09:22:29 +02:00
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;
};