OOFEM 3.0
Loading...
Searching...
No Matches
PrintStatistics Struct Reference

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

Detailed Description

The PrintStatistics struct is used to track statistics of the printer.

Definition at line 17 of file Printer.h.

Member Data Documentation

◆ distance_moved

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().

◆ filament_extruded

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().

◆ nunber_of_commands

int PrintStatistics::nunber_of_commands = 0

The total number of commands processed by the printer.

Definition at line 21 of file Printer.h.

◆ time

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().


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

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011