![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/SLAPrint.hpp>
Collaboration diagram for Slic3r::SLAPrintStatistics:Public Member Functions | |
| SLAPrintStatistics () | |
| DynamicConfig | config () const |
| std::string | finalize_output_path (const std::string &path_in) const |
| void | clear () |
Static Public Member Functions | |
| static DynamicConfig | placeholders () |
Public Attributes | |
| double | estimated_print_time |
| double | objects_used_material |
| double | support_used_material |
| size_t | slow_layers_count |
| size_t | fast_layers_count |
| double | total_cost |
| double | total_weight |
| std::vector< double > | layers_times |
|
inline |
|
inline |
Referenced by Slic3r::SLAPrint::Steps::merge_slices_and_eval_stats().
Here is the caller graph for this function:| DynamicConfig Slic3r::SLAPrintStatistics::config | ( | ) | const |
References Slic3r::SLAPrintObject::config(), Slic3r::get_time_dhms(), and Slic3r::short_time().
Referenced by Slic3r::SLAPrint::output_filename().
Here is the call graph for this function:
Here is the caller graph for this function:| std::string Slic3r::SLAPrintStatistics::finalize_output_path | ( | const std::string & | path_in | ) | const |
References Slic3r::SLAPrintObject::config(), error, and Slic3r::PlaceholderParser::process().
Referenced by Slic3r::BackgroundSlicingProcess::prepare_upload(), Slic3r::BackgroundSlicingProcess::process_sla(), and Slic3r::CLI::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References Slic3r::SLAPrintObject::config().
Referenced by Slic3r::SLAPrint::output_filename().
Here is the call graph for this function:
Here is the caller graph for this function:| double Slic3r::SLAPrintStatistics::estimated_print_time |
| size_t Slic3r::SLAPrintStatistics::fast_layers_count |
| std::vector<double> Slic3r::SLAPrintStatistics::layers_times |
| double Slic3r::SLAPrintStatistics::objects_used_material |
| size_t Slic3r::SLAPrintStatistics::slow_layers_count |
| double Slic3r::SLAPrintStatistics::support_used_material |
| double Slic3r::SLAPrintStatistics::total_cost |
| double Slic3r::SLAPrintStatistics::total_weight |