mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	tabulation fix
This commit is contained in:
		
							parent
							
								
									0ca4ccc828
								
							
						
					
					
						commit
						cfca723422
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -149,13 +149,13 @@ void BackgroundSlicingProcess::process_fff() | |||
| 	if (this->set_step_started(bspsGCodeFinalize)) { | ||||
| 	    if (! m_export_path.empty()) { | ||||
| 			wxQueueEvent(GUI::wxGetApp().mainframe->m_plater, new wxCommandEvent(m_event_export_began_id)); | ||||
| 		 | ||||
|             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()); | ||||
| 
 | ||||
|             //FIXME localize the messages
 | ||||
|             // 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); | ||||
| 			 | ||||
| 			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()); | ||||
| 			 | ||||
| 			//FIXME localize the messages
 | ||||
| 			// 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 error_message; | ||||
| 			int copy_ret_val = CopyFileResult::SUCCESS; | ||||
| 			try | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 xxorza
						xxorza