![]() |
libslic3r
Library for generating gcode from 3d models
|
#include <Print.hpp>
Public Member Functions | |
| bool | is_started (StepType step) const |
| bool | is_done (StepType step) const |
| void | set_started (StepType step) |
| void | set_done (StepType step) |
| bool | invalidate (StepType step) |
Public Attributes | |
| std::set< StepType > | started |
| std::set< StepType > | done |
| bool Slic3r::PrintState< StepClass >::invalidate | ( | StepClass | step | ) |
| bool Slic3r::PrintState< StepClass >::is_done | ( | StepClass | step | ) | const |
| bool Slic3r::PrintState< StepClass >::is_started | ( | StepClass | step | ) | const |
| void Slic3r::PrintState< StepClass >::set_done | ( | StepClass | step | ) |
| void Slic3r::PrintState< StepClass >::set_started | ( | StepClass | step | ) |
| std::set<StepType> Slic3r::PrintState< StepType >::done |
| std::set<StepType> Slic3r::PrintState< StepType >::started |
1.8.14