Comments and SLA stage definitions.

This commit is contained in:
tamasmeszaros
2018-11-07 16:08:04 +01:00
parent 97b3d94760
commit d7baac59ef
3 changed files with 74 additions and 25 deletions

View File

@@ -1,7 +1,21 @@
#include "SLAPrint.hpp"
#include "GUI.hpp"
namespace Slic3r {
const std::string SLAPrint::m_stage_labels[] = {
"", // IDLE,
L("Finding best rotation"), // FIND_ROTATION,
L("Scanning model structure"), // SUPPORT_POINTS,
L("Generating support tree"), // SUPPORT_TREE,
L("Generating base pool"), // BASE_POOL,
L("Slicing model"), // SLICE_MODEL,
L("Slicing supports"), // SLICE_SUPPORTS,
L("Exporting layers"), // EXPORT,
L("Prepared for printing"), // DONE,
L("SLA print preparation aborted") // ABORT,
};
void SLAPrint::synch() {
m_gcfg = m_config_reader();
// TODO: check model objects and instances