mirror of
				https://github.com/Klipper3d/klipper.git
				synced 2025-10-30 18:05:50 +01:00 
			
		
		
		
	gcode_arcs: Remove unused variables (#1988)
Signed-off-by: Piotr Usewicz <piotr@layer22.com>
This commit is contained in:
		
				
					committed by
					
						 KevinOConnor
						KevinOConnor
					
				
			
			
				
	
			
			
			
						parent
						
							626cb71428
						
					
				
				
					commit
					6b2b8f31ee
				
			| @@ -29,12 +29,8 @@ class ArcSupport: | |||||||
|     cmd_G3_help = "Clockwise rotaion move" |     cmd_G3_help = "Clockwise rotaion move" | ||||||
|  |  | ||||||
|     def cmd_G2(self, params): |     def cmd_G2(self, params): | ||||||
|  |  | ||||||
|         # set vars |         # set vars | ||||||
|         currentPos =  self.printer.lookup_object('toolhead').get_position() |         currentPos =  self.printer.lookup_object('toolhead').get_position() | ||||||
|         asStartX = currentPos[0] |  | ||||||
|         asStartY = currentPos[1] |  | ||||||
|         asStartZ = currentPos[2] |  | ||||||
|  |  | ||||||
|         asX = params.get("X", None) |         asX = params.get("X", None) | ||||||
|         asY = params.get("Y", None) |         asY = params.get("Y", None) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user