mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Try to fix _copies_shift scaling.
This commit is contained in:
		
							parent
							
								
									db51e4693d
								
							
						
					
					
						commit
						0486a7f857
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -82,8 +82,8 @@ PrintObject::PrintObject(Print* print, ModelObject* model_object, | |||
|         // don't assume it's already aligned and we don't alter the original position in model.
 | ||||
|         // We store the XY translation so that we can place copies correctly in the output G-code
 | ||||
|         // (copies are expressed in G-code coordinates and this translation is not publicly exposed).
 | ||||
|         this->_copies_shift = Point(modobj_bbox.min.x, modobj_bbox.min.y); | ||||
|         this->_copies_shift.scale(SCALING_FACTOR); | ||||
|         this->_copies_shift = Point( | ||||
|             scale_(modobj_bbox.min.x), scale_(modobj_bbox.min.y)); | ||||
| 
 | ||||
|         // TODO: $self->_trigger_copies;
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Y. Sapir
						Y. Sapir