|  |  | @ -22,7 +22,6 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | #include "Marlin.h" |  |  |  | #include "Marlin.h" | 
			
		
	
		
		
			
				
					
					|  |  |  | #include "printcounter.h" |  |  |  | #include "printcounter.h" | 
			
		
	
		
		
			
				
					
					|  |  |  | #include <avr/eeprom.h> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | PrintCounter::PrintCounter(): super() { |  |  |  | PrintCounter::PrintCounter(): super() { | 
			
		
	
		
		
			
				
					
					|  |  |  |   this->loadStats(); |  |  |  |   this->loadStats(); | 
			
		
	
	
		
		
			
				
					|  |  | @ -123,7 +122,6 @@ void PrintCounter::tick() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       PrintCounter::debug(PSTR("tick")); |  |  |  |       PrintCounter::debug(PSTR("tick")); | 
			
		
	
		
		
			
				
					
					|  |  |  |     #endif |  |  |  |     #endif | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     uint16_t t = this->duration();; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     this->data.printTime += this->deltaDuration(); |  |  |  |     this->data.printTime += this->deltaDuration(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     update_before = now; |  |  |  |     update_before = now; | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |   } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |