mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
parent
c5d417ed89
commit
68945e07e8
1 changed files with 2 additions and 0 deletions
|
@ -4365,6 +4365,8 @@ void GCode::append_full_config(const Print &print, std::string &str)
|
|||
if (key == "wipe_tower_x" || key == "wipe_tower_y") {
|
||||
ss << std::fixed << std::setprecision(3) << "; " << key << " = " << dynamic_cast<const ConfigOptionFloats*>(cfg.option(key))->get_at(print.get_plate_index()) << "\n";
|
||||
}
|
||||
if(key == "extruder_colour")
|
||||
ss << "; " << key << " = " << cfg.opt_serialize("filament_colour") << "\n";
|
||||
else
|
||||
ss << "; " << key << " = " << cfg.opt_serialize(key) << "\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue