#include <src/libslic3r/GCode/GCodeProcessor.hpp>
◆ ETimeMode
| Enumerator |
|---|
| Normal | |
| Stealth | |
| Count | |
◆ PrintEstimatedStatistics()
| Slic3r::PrintEstimatedStatistics::PrintEstimatedStatistics |
( |
| ) |
|
|
inline |
void reset()
Definition GCodeProcessor.hpp:74
References reset().
◆ reset()
| void Slic3r::PrintEstimatedStatistics::reset |
( |
| ) |
|
|
inline |
74 {
75 for (
auto m :
modes) {
76 m.reset();
77 }
82 }
std::map< size_t, double > cost_per_extruder
Definition GCodeProcessor.hpp:68
std::map< size_t, double > volumes_per_extruder
Definition GCodeProcessor.hpp:66
std::map< GCodeExtrusionRole, std::pair< double, double > > used_filaments_per_role
Definition GCodeProcessor.hpp:67
std::vector< double > volumes_per_color_change
Definition GCodeProcessor.hpp:65
std::array< Mode, static_cast< size_t >(ETimeMode::Count)> modes
Definition GCodeProcessor.hpp:70
References cost_per_extruder, modes, used_filaments_per_role, volumes_per_color_change, and volumes_per_extruder.
Referenced by PrintEstimatedStatistics(), and Slic3r::GUI::GCodeViewer::reset().
◆ cost_per_extruder
| std::map<size_t, double> Slic3r::PrintEstimatedStatistics::cost_per_extruder |
◆ modes
◆ used_filaments_per_role
| std::map<GCodeExtrusionRole, std::pair<double, double> > Slic3r::PrintEstimatedStatistics::used_filaments_per_role |
◆ volumes_per_color_change
| std::vector<double> Slic3r::PrintEstimatedStatistics::volumes_per_color_change |
◆ volumes_per_extruder
| std::map<size_t, double> Slic3r::PrintEstimatedStatistics::volumes_per_extruder |
The documentation for this struct was generated from the following file: