mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Bugfix: bottom layer speed settings were ignored.
This commit is contained in:
		
							parent
							
								
									e65349469b
								
							
						
					
					
						commit
						2abd8fe240
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		|  | @ -464,7 +464,7 @@ sub export_gcode { | |||
|     # write gcode commands layer by layer | ||||
|     foreach my $layer (@{ $self->layers }) { | ||||
|         # go to layer | ||||
|         printf $fh $extruder->move_z($Slic3r::z_offset + $layer->print_z * $Slic3r::resolution); | ||||
|         printf $fh $extruder->change_layer($layer); | ||||
|          | ||||
|         # extrude skirts | ||||
|         printf $fh $extruder->extrude_loop($_, 'skirt') for @{ $layer->skirts }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci