Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::PrintEstimatedStatistics::Mode Struct Reference

#include <src/libslic3r/GCode/GCodeProcessor.hpp>

+ Collaboration diagram for Slic3r::PrintEstimatedStatistics::Mode:

Public Member Functions

void reset ()
 

Public Attributes

float time
 
float travel_time
 
std::vector< std::pair< CustomGCode::Type, std::pair< float, float > > > custom_gcode_times
 
std::vector< std::pair< EMoveType, float > > moves_times
 
std::vector< std::pair< GCodeExtrusionRole, float > > roles_times
 
std::vector< float > layers_times
 

Detailed Description

Member Function Documentation

◆ reset()

void Slic3r::PrintEstimatedStatistics::Mode::reset ( )
inline
55 {
56 time = 0.0f;
57 travel_time = 0.0f;
58 custom_gcode_times.clear();
59 moves_times.clear();
60 roles_times.clear();
61 layers_times.clear();
62 }
std::vector< std::pair< EMoveType, float > > moves_times
Definition GCodeProcessor.hpp:51
std::vector< float > layers_times
Definition GCodeProcessor.hpp:53
std::vector< std::pair< GCodeExtrusionRole, float > > roles_times
Definition GCodeProcessor.hpp:52
float travel_time
Definition GCodeProcessor.hpp:49
std::vector< std::pair< CustomGCode::Type, std::pair< float, float > > > custom_gcode_times
Definition GCodeProcessor.hpp:50
float time
Definition GCodeProcessor.hpp:48

References custom_gcode_times, layers_times, moves_times, roles_times, time, and travel_time.

Member Data Documentation

◆ custom_gcode_times

std::vector<std::pair<CustomGCode::Type, std::pair<float, float> > > Slic3r::PrintEstimatedStatistics::Mode::custom_gcode_times

◆ layers_times

std::vector<float> Slic3r::PrintEstimatedStatistics::Mode::layers_times

◆ moves_times

std::vector<std::pair<EMoveType, float> > Slic3r::PrintEstimatedStatistics::Mode::moves_times

Referenced by reset().

◆ roles_times

std::vector<std::pair<GCodeExtrusionRole, float> > Slic3r::PrintEstimatedStatistics::Mode::roles_times

◆ time

float Slic3r::PrintEstimatedStatistics::Mode::time

◆ travel_time

float Slic3r::PrintEstimatedStatistics::Mode::travel_time

The documentation for this struct was generated from the following file: