mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Save/Load new color print data to/from amf and 3mf files.
This commit is contained in:
parent
6c8bb51f4a
commit
519291394a
4 changed files with 172 additions and 3 deletions
|
@ -2270,6 +2270,8 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||
// and place the loaded config over the base.
|
||||
config += std::move(config_loaded);
|
||||
}
|
||||
|
||||
this->model.custom_gcode_per_height = model.custom_gcode_per_height;
|
||||
}
|
||||
|
||||
if (load_config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue