mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Tech ENABLE_SEAMS_USING_MODELS - Fixed crash when enabling visualization of tool change markers in preview
This commit is contained in:
		
							parent
							
								
									d04ece92c3
								
							
						
					
					
						commit
						ad41c3f01c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2399,7 +2399,7 @@ void GCodeViewer::refresh_render_paths(bool keep_sequential_current_first, bool
 | 
			
		|||
 | 
			
		||||
        buffer.model.instances.render_ranges.reset();
 | 
			
		||||
 | 
			
		||||
        if (!buffer.visible)
 | 
			
		||||
        if (!buffer.visible || buffer.model.instances.s_ids.empty())
 | 
			
		||||
            continue;
 | 
			
		||||
 | 
			
		||||
        buffer.model.instances.render_ranges.ranges.push_back({ 0, 0, 0, buffer.model.color });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue