mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	ENH: small change for warning
Handling for jira-1966 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I4deb68fad55f373be86004f53e4b296da4b5b7db
This commit is contained in:
		
							parent
							
								
									9b42d0d630
								
							
						
					
					
						commit
						de4e087b5b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -11174,7 +11174,8 @@ void Plater::post_process_string_object_exception(StringObjectException &err) | |||
|                         break; | ||||
|                     } | ||||
|                 } | ||||
|                 err.string = format(_L("Plate %d: %s does not support filament %s (%s)."), err.params[0], err.params[1], err.params[2], filament_name); | ||||
|                 err.string = format(_L("Plate% d: %s is not suggested to be used to print filament %s(%s). If you still want to do this printing, please set this filament's bed temperature to non zero."), | ||||
|                              err.params[0], err.params[1], err.params[2], filament_name); | ||||
|                 err.string += "\n"; | ||||
|             } | ||||
|         } catch (...) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 salt.wei
						salt.wei