Template filaments bundle with filament profiles available for all printers

Profiles are ment to be adjusted and saved as user profile.
Selectable in wizard under (Templates).
Installed automatically even when profile with same alias is selected.
Special category in combo boxes.
no_templates option for disabling this.
This commit is contained in:
David Kocik 2022-02-21 15:08:55 +01:00
parent d9c7c675c4
commit 72540232c8
14 changed files with 1881 additions and 196 deletions

View file

@ -34,6 +34,7 @@ public:
Semver config_version;
std::string config_update_url;
std::string changelog_url;
bool templates_profile { false };
struct PrinterVariant {
PrinterVariant() {}