mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Feature/enhance profile validator (#4278)
* check more profile issues * 1 * update ci/cd * update name
This commit is contained in:
parent
01b0c87471
commit
2b6937acbe
13 changed files with 223 additions and 49 deletions
|
@ -770,6 +770,9 @@ private:
|
|||
|
||||
//BBS: mutex
|
||||
std::mutex m_mutex;
|
||||
|
||||
// Orca: used for validation only
|
||||
int m_errors = 0;
|
||||
};
|
||||
|
||||
// Printer supports the FFF and SLA technologies, with different set of configuration values,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue