mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-05 03:11:50 +03:00
fix some bug
This commit is contained in:
@@ -182,6 +182,13 @@ PrinterTechnology BackgroundSlicingProcess::current_printer_technology() const
|
||||
//return m_print->technology();
|
||||
}
|
||||
|
||||
//y49
|
||||
std::string BackgroundSlicingProcess::output_filename_for_project()
|
||||
{
|
||||
std::string filename = m_print->output_filename("");
|
||||
return filename;
|
||||
}
|
||||
|
||||
std::string BackgroundSlicingProcess::output_filepath_for_project(const boost::filesystem::path &project_path)
|
||||
{
|
||||
assert(m_print != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user