Integrate external purge estimates (eg Blobifier) to the filament consumption UI (#7508)

Integrate external purge estimates to the filament consumption UI
This commit is contained in:
Ioannis Giannakas
2024-11-28 14:26:49 +00:00
committed by GitHub
parent 5e576887c8
commit 508d0e6334
2 changed files with 21 additions and 0 deletions

View File

@@ -272,6 +272,7 @@ class Print;
static const std::vector<std::string> Reserved_Tags_compatible;
static const std::string Flush_Start_Tag;
static const std::string Flush_End_Tag;
static const std::string External_Purge_Tag;
public:
enum class ETags : unsigned char
{