mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +08:00
Fix issue that "total filament used [g]" is missing from gcode (#6728)
* Fix issue that "total filament used [g]" is missing from gcode
This commit is contained in:
parent
2b4cd6577b
commit
92b933f274
@ -1720,6 +1720,7 @@ namespace DoExport {
|
||||
filament_stats_string_out += "\n" + out_filament_used_g.first;
|
||||
if (out_filament_cost.second)
|
||||
filament_stats_string_out += "\n" + out_filament_cost.first;
|
||||
filament_stats_string_out += "\n";
|
||||
}
|
||||
return filament_stats_string_out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user