mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Revert "Merge pull request #2681 from robstarling/u/robstar/circular-bedshape-drawing-fix2"
This reverts commit13885a36ec, reversing changes made to7198607420.
This commit is contained in:
		
							parent
							
								
									13885a36ec
								
							
						
					
					
						commit
						5021c9605b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -77,7 +77,7 @@ sub repaint { | ||||||
|      |      | ||||||
|     # draw grid |     # draw grid | ||||||
|     $dc->SetPen($self->{grid_pen}); |     $dc->SetPen($self->{grid_pen}); | ||||||
|     $dc->DrawLines([map $_, @$_]) for @{$self->{grid}}; |     $dc->DrawLine(map @$_, @$_) for @{$self->{grid}}; | ||||||
|      |      | ||||||
|     # draw bed |     # draw bed | ||||||
|     { |     { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci