mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Fixed calculation of used filament for gcode viewer (take data from gcode file)
This commit is contained in:
parent
63fc1d5940
commit
b3ca8cb0af
4 changed files with 173 additions and 136 deletions
|
@ -615,6 +615,8 @@ private:
|
|||
std::vector<ExtrusionRole> m_roles;
|
||||
size_t m_extruders_count;
|
||||
std::vector<unsigned char> m_extruder_ids;
|
||||
std::vector<float> m_filament_diameters;
|
||||
std::vector<float> m_filament_densities;
|
||||
Extrusions m_extrusions;
|
||||
SequentialView m_sequential_view;
|
||||
Shells m_shells;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue