mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06: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:
parent
a7255235e5
commit
abd5a9a46e
10 changed files with 89 additions and 11 deletions
|
@ -617,7 +617,7 @@ std::string SLAPrint::output_filename(const std::string &filename_base) const
|
|||
return this->PrintBase::output_filename(m_print_config.output_filename_format.value, ".sl1", filename_base, &config);
|
||||
}
|
||||
|
||||
std::string SLAPrint::validate() const
|
||||
std::string SLAPrint::validate(std::string*) const
|
||||
{
|
||||
for(SLAPrintObject * po : m_objects) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue