mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Added min_layer_height, max_layer_height per nozzle settings
for controlling the support layer height & variable layer height. Added an experimental "rear" seam option.
This commit is contained in:
		
							parent
							
								
									64c752ff9d
								
							
						
					
					
						commit
						957803e60c
					
				
					 4 changed files with 64 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -1402,7 +1402,7 @@ sub _extruders_count_changed {
 | 
			
		|||
    $self->_on_value_change('extruders_count', $extruders_count);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sub _extruder_options { qw(nozzle_diameter extruder_offset retract_length retract_lift retract_lift_above retract_lift_below retract_speed retract_restart_extra retract_before_travel wipe
 | 
			
		||||
sub _extruder_options { qw(nozzle_diameter min_layer_height max_layer_height extruder_offset retract_length retract_lift retract_lift_above retract_lift_below retract_speed retract_restart_extra retract_before_travel wipe
 | 
			
		||||
    retract_layer_change retract_length_toolchange retract_restart_extra_toolchange) }
 | 
			
		||||
 | 
			
		||||
sub _build_extruder_pages {
 | 
			
		||||
| 
						 | 
				
			
			@ -1431,6 +1431,11 @@ sub _build_extruder_pages {
 | 
			
		|||
            my $optgroup = $page->new_optgroup('Size');
 | 
			
		||||
            $optgroup->append_single_option_line('nozzle_diameter', $extruder_idx);
 | 
			
		||||
        }
 | 
			
		||||
        {
 | 
			
		||||
            my $optgroup = $page->new_optgroup('Limits');
 | 
			
		||||
            $optgroup->append_single_option_line($_, $extruder_idx)
 | 
			
		||||
                for qw(min_layer_height max_layer_height);
 | 
			
		||||
        }
 | 
			
		||||
        {
 | 
			
		||||
            my $optgroup = $page->new_optgroup('Position (for multi-extruder printers)');
 | 
			
		||||
            $optgroup->append_single_option_line('extruder_offset', $extruder_idx);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue