mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 14:15:53 +08:00
tabulation fix
This commit is contained in:
parent
0ca4ccc828
commit
cfca723422
@ -150,12 +150,12 @@ void BackgroundSlicingProcess::process_fff()
|
|||||||
if (! m_export_path.empty()) {
|
if (! m_export_path.empty()) {
|
||||||
wxQueueEvent(GUI::wxGetApp().mainframe->m_plater, new wxCommandEvent(m_event_export_began_id));
|
wxQueueEvent(GUI::wxGetApp().mainframe->m_plater, new wxCommandEvent(m_event_export_began_id));
|
||||||
|
|
||||||
m_print->set_status(95, _utf8(L("Running post-processing scripts")));
|
m_print->set_status(95, _utf8(L("Running post-processing scripts")));
|
||||||
run_post_process_scripts(m_temp_output_path, m_fff_print->full_print_config());
|
run_post_process_scripts(m_temp_output_path, m_fff_print->full_print_config());
|
||||||
|
|
||||||
//FIXME localize the messages
|
//FIXME localize the messages
|
||||||
// Perform the final post-processing of the export path by applying the print statistics over the file name.
|
// Perform the final post-processing of the export path by applying the print statistics over the file name.
|
||||||
std::string export_path = m_fff_print->print_statistics().finalize_output_path(m_export_path);
|
std::string export_path = m_fff_print->print_statistics().finalize_output_path(m_export_path);
|
||||||
std::string error_message;
|
std::string error_message;
|
||||||
int copy_ret_val = CopyFileResult::SUCCESS;
|
int copy_ret_val = CopyFileResult::SUCCESS;
|
||||||
try
|
try
|
||||||
|
Loading…
x
Reference in New Issue
Block a user