#include <array>
#include <iostream>
#include <map>
#include <functional>
#include <cmath>
#include <queue>
#include "GCodeCommand.h"
#include "CSG.h"
#include "VoxelGrid.h"
Go to the source code of this file.
◆ ExtruderPositioning
The ExtruderPositioning enum class represents the positioning mode of the extruder.
| Enumerator |
|---|
| Absolute | The extruder is positioned absolutely.
|
| Relative | The extruder is positioned relatively.
|
Definition at line 27 of file Printer.h.
◆ LayerHeightModel
The LayerHeight enum class represents the layer height of the printer. The layer height can be constant, first then constant, or automatic.
| Enumerator |
|---|
| Constant | |
| FirstThenConstant | |
| Automatic | |
Definition at line 46 of file Printer.h.
◆ VelocityModel
The VelocityModel enum class represents the velocity model of the printer. Acceleration and deceleration are handled differently for each model.
| Enumerator |
|---|
| Constant | Constant velocity model (infinite acceleration).
|
| Trapezoidal | Trapezoidal velocity model (constant acceleration).
|
| SCurve | S-curve velocity model.
|
Definition at line 36 of file Printer.h.
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