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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
{