mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fix of a "Scale to Size" dialog, where a bed size is shown scaled.
This commit is contained in:
		
							parent
							
								
									71f99423c5
								
							
						
					
					
						commit
						933d5b261a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1101,7 +1101,7 @@ sub changescale { | |||
|         if ($tosize) { | ||||
|             my $cursize = $object_size->[$axis]; | ||||
|             my $newsize = $self->_get_number_from_user( | ||||
|                 sprintf('Enter the new size for the selected object (print bed: %smm):', $bed_size->[$axis]),  | ||||
|                 sprintf('Enter the new size for the selected object (print bed: %smm):', unscale($bed_size->[$axis])),  | ||||
|                 "Scale along $axis_name", 'Invalid scaling value entered', $cursize, 1); | ||||
|             return if $newsize eq ''; | ||||
|             $scale = $newsize / $cursize * 100; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv