mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Implemented naming of the SLA export file based on the output file name
template. Reworked naming of the plater exports to not use the output file name template, but to derive the file name from the first printable object's name. Fixed error handling: Reimpemented the Perl's "eval" blocks as try / catch blocks.
This commit is contained in:
		
							parent
							
								
									041fae8148
								
							
						
					
					
						commit
						d46d0dc365
					
				
					 25 changed files with 474 additions and 344 deletions
				
			
		|  | @ -213,7 +213,7 @@ int main(int argc, char **argv) | |||
|                 model.center_instances_around_point(cli_config.print_center); | ||||
|             } | ||||
|             if (outfile.empty()) | ||||
|                 outfile = model.objects.front()->input_file + ".gcode"; | ||||
|                 outfile = model.propose_export_file_name() + ".gcode"; | ||||
|             for (auto* mo : model.objects) | ||||
|                 print.auto_assign_extruders(mo); | ||||
|             print_config.normalize(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv