Renamed the SLA output file to ".sl1"

This commit is contained in:
bubnikv 2019-02-25 15:01:39 +01:00
parent e38522b3c1
commit f23919985f
4 changed files with 4 additions and 9 deletions

View file

@ -508,7 +508,7 @@ void SLAPrint::finalize()
std::string SLAPrint::output_filename() const
{
DynamicConfig config = this->finished() ? this->print_statistics().config() : this->print_statistics().placeholders();
return this->PrintBase::output_filename(m_print_config.output_filename_format.value, "zip", &config);
return this->PrintBase::output_filename(m_print_config.output_filename_format.value, "sl1", &config);
}
namespace {