mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Keep per-extruder E absolute value for Makerbot flavour to avoid any G92 E0. #950
This commit is contained in:
		
							parent
							
								
									48d5d6de58
								
							
						
					
					
						commit
						71608e799e
					
				
					 2 changed files with 7 additions and 6 deletions
				
			
		|  | @ -14,6 +14,7 @@ has 'id'    => (is => 'rw', required => 1); | |||
| has $_      => (is => 'ro', required => 1) for @{&OPTIONS}; | ||||
| 
 | ||||
| has 'bridge_flow'               => (is => 'lazy'); | ||||
| has 'e'                         => (is => 'rw', default => sub {0} ); | ||||
| has 'retracted'                 => (is => 'rw', default => sub {0} ); | ||||
| has 'restart_extra'             => (is => 'rw', default => sub {0} ); | ||||
| has 'e_per_mm3'                 => (is => 'lazy'); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci