mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Optimization of SLA print time estimation,
moved SLA print time estimation calculation into rasterization step, so that the print time estimation is tracked by some SLAPrintStep. Extended the output file name generator to use the SLA print statistics.
This commit is contained in:
parent
37ab271803
commit
ac0c7e8065
4 changed files with 100 additions and 96 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
namespace Slic3r {
|
||||
|
||||
// Used for addressing parameters of FilePrinter::set_statistics()
|
||||
enum ePrintStatistics
|
||||
{
|
||||
psUsedMaterial = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue