mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Move arc fitting code to its own post-processing filter and remove the built-in ExtrusionPath::Arc class
This commit is contained in:
		
							parent
							
								
									0049b02bed
								
							
						
					
					
						commit
						b700278904
					
				
					 10 changed files with 154 additions and 188 deletions
				
			
		|  | @ -41,7 +41,6 @@ use Slic3r::ExPolygon; | |||
| use Slic3r::Extruder; | ||||
| use Slic3r::ExtrusionLoop; | ||||
| use Slic3r::ExtrusionPath; | ||||
| use Slic3r::ExtrusionPath::Arc; | ||||
| use Slic3r::ExtrusionPath::Collection; | ||||
| use Slic3r::Fill; | ||||
| use Slic3r::Flow; | ||||
|  | @ -49,6 +48,7 @@ use Slic3r::Format::AMF; | |||
| use Slic3r::Format::OBJ; | ||||
| use Slic3r::Format::STL; | ||||
| use Slic3r::GCode; | ||||
| use Slic3r::GCode::ArcFitting; | ||||
| use Slic3r::GCode::CoolingBuffer; | ||||
| use Slic3r::GCode::Layer; | ||||
| use Slic3r::GCode::MotionPlanner; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci