#6117 - Allow import of gcode files processed by ArcWelder

This commit is contained in:
enricoturri1966 2021-02-24 09:46:42 +01:00
parent dfae147a15
commit e44c1006d5
3 changed files with 4 additions and 4 deletions

View file

@ -1791,7 +1791,7 @@ public:
void setenv_() const;
void load(const std::string &file);
void load_from_ini(const std::string &file);
void load_from_gcode_file(const std::string &file);
void load_from_gcode_file(const std::string& file, bool check_header = true);
// Returns number of key/value pairs extracted.
size_t load_from_gcode_string(const char* str);
void load(const boost::property_tree::ptree &tree);