mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-21 10:06:27 +03:00
Comments and SLA stage definitions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user