mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Check missing compatible_printers
error
This commit is contained in:
parent
ab5aeb49d2
commit
99a0facfb3
3 changed files with 22 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue