mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Add a notification when custom support enforcers are not used due to supports being off
It is now emitted from Print::validate and has a hyperlink to enable supports
This commit is contained in:
@@ -430,10 +430,10 @@ bool BackgroundSlicingProcess::empty() const
|
||||
return m_print->empty();
|
||||
}
|
||||
|
||||
std::string BackgroundSlicingProcess::validate()
|
||||
std::string BackgroundSlicingProcess::validate(std::string* warning)
|
||||
{
|
||||
assert(m_print != nullptr);
|
||||
return m_print->validate();
|
||||
return m_print->validate(warning);
|
||||
}
|
||||
|
||||
// Apply config over the print. Returns false, if the new config values caused any of the already
|
||||
|
||||
Reference in New Issue
Block a user