mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 21:36:57 +00:00
preheat work - part 1
This commit is contained in:
committed by
SoftFever
parent
a9668728bc
commit
7d0fb4f42a
@@ -771,6 +771,23 @@ struct PrintStatistics
|
||||
initial_tool = 0;
|
||||
filament_stats.clear();
|
||||
}
|
||||
static const std::string FilamentUsedG;
|
||||
static const std::string FilamentUsedGMask;
|
||||
static const std::string TotalFilamentUsedG;
|
||||
static const std::string TotalFilamentUsedGMask;
|
||||
static const std::string TotalFilamentUsedGValueMask;
|
||||
static const std::string FilamentUsedCm3;
|
||||
static const std::string FilamentUsedCm3Mask;
|
||||
static const std::string FilamentUsedMm;
|
||||
static const std::string FilamentUsedMmMask;
|
||||
static const std::string FilamentCost;
|
||||
static const std::string FilamentCostMask;
|
||||
static const std::string TotalFilamentCost;
|
||||
static const std::string TotalFilamentCostMask;
|
||||
static const std::string TotalFilamentCostValueMask;
|
||||
static const std::string TotalFilamentUsedWipeTower;
|
||||
static const std::string TotalFilamentUsedWipeTowerValueMask;
|
||||
|
||||
};
|
||||
|
||||
typedef std::vector<PrintObject*> PrintObjectPtrs;
|
||||
|
||||
Reference in New Issue
Block a user