Check missing compatible_printers error

This commit is contained in:
SoftFever 2025-01-06 20:56:07 +08:00
parent ab5aeb49d2
commit 99a0facfb3
3 changed files with 22 additions and 6 deletions

View file

@ -274,12 +274,7 @@ public:
}
// Orca: for validation only
bool has_errors() const
{
if (m_errors != 0 || printers.m_errors != 0 || filaments.m_errors != 0 || prints.m_errors != 0)
return true;
return false;
}
bool has_errors() const;
private:
//std::pair<PresetsConfigSubstitutions, std::string> load_system_presets(ForwardCompatibilitySubstitutionRule compatibility_rule);