More accurate status proportions for SLA steps.

This commit is contained in:
tamasmeszaros 2019-04-02 11:19:52 +02:00
parent 9d5eb2cd48
commit 6a74564900

View file

@ -42,11 +42,11 @@ namespace {
// should add up to 100 (%) // should add up to 100 (%)
const std::array<unsigned, slaposCount> OBJ_STEP_LEVELS = const std::array<unsigned, slaposCount> OBJ_STEP_LEVELS =
{ {
10, // slaposObjectSlice, 30, // slaposObjectSlice,
30, // slaposSupportPoints, 20, // slaposSupportPoints,
25, // slaposSupportTree, 10, // slaposSupportTree,
25, // slaposBasePool, 10, // slaposBasePool,
10, // slaposSliceSupports, 30, // slaposSliceSupports,
}; };
const std::array<std::string, slaposCount> OBJ_STEP_LABELS = const std::array<std::string, slaposCount> OBJ_STEP_LABELS =
@ -61,8 +61,8 @@ const std::array<std::string, slaposCount> OBJ_STEP_LABELS =
// Should also add up to 100 (%) // Should also add up to 100 (%)
const std::array<unsigned, slapsCount> PRINT_STEP_LEVELS = const std::array<unsigned, slapsCount> PRINT_STEP_LEVELS =
{ {
5, // slapsMergeSlicesAndEval 10, // slapsMergeSlicesAndEval
95, // slapsRasterize 90, // slapsRasterize
}; };
const std::array<std::string, slapsCount> PRINT_STEP_LABELS = const std::array<std::string, slapsCount> PRINT_STEP_LABELS =