1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

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
+1 -1
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 {