| 
					
				 | 
			
			
				@@ -487,7 +487,7 @@ your extruder heater takes 2 minutes to hit the target on heating. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // which is not ass annoying as with the hardware PWM. On the other hand, if this frequency 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // is too low, you should also increment SOFT_PWM_SCALE. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #define FAN_SOFT_PWM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-#define FAN_SOFT_PWM_BITS 5 //PWM bit resolution = 4bits, freq = 62.5Hz 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#define FAN_SOFT_PWM_BITS 4 //PWM bit resolution = 4bits, freq = 62.5Hz 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // Bed soft pwm 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #define HEATER_BED_SOFT_PWM_BITS 5 //PWM bit resolution = 5bits, freq = 31.25Hz 
			 |