mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Added a FIXME comment for
Sequential tool path ordering of multiple parts within the same object, aka. perimeter tracking (#5511)
This commit is contained in:
		
							parent
							
								
									93a5906a18
								
							
						
					
					
						commit
						67256d6bb0
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -2111,6 +2111,8 @@ void GCode::process_layer( | |||
|                         instance_to_print.object_by_extruder.support->chained_path_from(m_last_pos, instance_to_print.object_by_extruder.support_extrusion_role)); | ||||
|                     m_layer = layers[instance_to_print.layer_id].layer(); | ||||
|                 } | ||||
|                 //FIXME order islands?
 | ||||
|                 // Sequential tool path ordering of multiple parts within the same object, aka. perimeter tracking (#5511)
 | ||||
|                 for (ObjectByExtruder::Island &island : instance_to_print.object_by_extruder.islands) { | ||||
|                     const auto& by_region_specific = is_anything_overridden ? island.by_region_per_copy(by_region_per_copy_cache, static_cast<unsigned int>(instance_to_print.instance_id), extruder_id, print_wipe_extrusions != 0) : island.by_region; | ||||
|                     //FIXME the following code prints regions in the order they are defined, the path is not optimized in any way.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik