|
OOFEM 3.0
|
The PrintStatistics struct is used to track statistics of the printer. More...
#include <Printer.h>
Public Attributes | |
| double | distance_moved = 0 |
| double | filament_extruded = 0 |
| double | time = 0 |
| int | nunber_of_commands = 0 |
The PrintStatistics struct is used to track statistics of the printer.
| double PrintStatistics::distance_moved = 0 |
The total distance moved by the printer.
Definition at line 18 of file Printer.h.
Referenced by oofem::AdditiveManufacturingProblem::initializeFrom().
| double PrintStatistics::filament_extruded = 0 |
The total amount of filament extruded by the printer.
Definition at line 19 of file Printer.h.
Referenced by oofem::AdditiveManufacturingProblem::initializeFrom().
| int PrintStatistics::nunber_of_commands = 0 |
| double PrintStatistics::time = 0 |
The total time taken by the printer to process commands.
Definition at line 20 of file Printer.h.
Referenced by oofem::AdditiveManufacturingProblem::initializeFrom().