NEW: replace gcode of ams load and unload

Change-Id: I89a1f3e6787c4639c2757e31676dbd15b17331ea
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-02-02 17:30:35 +08:00 committed by Lane.Wei
parent d31250cb40
commit c475527808
4 changed files with 122 additions and 13 deletions

View file

@ -834,6 +834,7 @@ public:
static bool get_bed_temperature_limit(std::string type_str, int& limit);
static bool load_functional_config(std::string config_file);
static std::string load_gcode(std::string type_str, std::string gcode_file);
};
} // namespace Slic3r