mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Rename solid_fill_pattern to external_fill_pattern and clarify tooltip
This commit is contained in:
		
							parent
							
								
									23848492ce
								
							
						
					
					
						commit
						7a7d00c8d6
					
				
					 9 changed files with 38 additions and 39 deletions
				
			
		| 
						 | 
				
			
			@ -250,14 +250,14 @@ sub validate {
 | 
			
		|||
    die "Invalid value for --fill-pattern\n"
 | 
			
		||||
        if !first { $_ eq $self->fill_pattern } @{$Options->{fill_pattern}{values}};
 | 
			
		||||
    
 | 
			
		||||
    # --solid-fill-pattern
 | 
			
		||||
    die "Invalid value for --solid-fill-pattern\n"
 | 
			
		||||
        if !first { $_ eq $self->solid_fill_pattern } @{$Options->{solid_fill_pattern}{values}};
 | 
			
		||||
    # --external-fill-pattern
 | 
			
		||||
    die "Invalid value for --external-fill-pattern\n"
 | 
			
		||||
        if !first { $_ eq $self->external_fill_pattern } @{$Options->{external_fill_pattern}{values}};
 | 
			
		||||
    
 | 
			
		||||
    # --fill-density
 | 
			
		||||
    die "The selected fill pattern is not supposed to work at 100% density\n"
 | 
			
		||||
        if $self->fill_density == 100
 | 
			
		||||
            && !first { $_ eq $self->fill_pattern } @{$Options->{solid_fill_pattern}{values}};
 | 
			
		||||
            && !first { $_ eq $self->fill_pattern } @{$Options->{external_fill_pattern}{values}};
 | 
			
		||||
    
 | 
			
		||||
    # --infill-every-layers
 | 
			
		||||
    die "Invalid value for --infill-every-layers\n"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue