mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
#6117 - Allow import of gcode files processed by ArcWelder
This commit is contained in:
parent
dfae147a15
commit
e44c1006d5
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue