mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	added missing units in GUI
This commit is contained in:
		
							parent
							
								
									74c71b4ef2
								
							
						
					
					
						commit
						2b979fb14c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -28,13 +28,13 @@ our $Options = {
 | 
			
		|||
 | 
			
		||||
    # printer options
 | 
			
		||||
    'nozzle_diameter' => {
 | 
			
		||||
        label   => 'Nozzle diameter',
 | 
			
		||||
        label   => 'Nozzle diameter (mm)',
 | 
			
		||||
        cli     => 'nozzle-diameter=f',
 | 
			
		||||
        type    => 'f',
 | 
			
		||||
        important => 1,
 | 
			
		||||
    },
 | 
			
		||||
    'print_center' => {
 | 
			
		||||
        label   => 'Print center',
 | 
			
		||||
        label   => 'Print center (mm)',
 | 
			
		||||
        cli     => 'print-center=s',
 | 
			
		||||
        type    => 'point',
 | 
			
		||||
        serialize   => sub { join ',', @{$_[0]} },
 | 
			
		||||
| 
						 | 
				
			
			@ -51,7 +51,7 @@ our $Options = {
 | 
			
		|||
        type    => 's',
 | 
			
		||||
    },
 | 
			
		||||
    'z_offset' => {
 | 
			
		||||
        label   => 'Z offset',
 | 
			
		||||
        label   => 'Z offset (mm)',
 | 
			
		||||
        cli     => 'z-offset=f',
 | 
			
		||||
        type    => 'f',
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue