diff --git a/printer_data/config/printer.cfg b/printer_data/config/printer.cfg index a0e5a9a..0baa0cb 100644 --- a/printer_data/config/printer.cfg +++ b/printer_data/config/printer.cfg @@ -350,7 +350,7 @@ samples_tolerance_retries: 3 [fan] ## Print Cooling Fan - FAN0 pin: PA8 # Output pin controlling the fan. This parameter must be provided. -max_power: 0.8 +max_power: 0.6 # This should be set to 0.8 on most motherboards to give full range of control to your slicer. # Anything above 80% duty cycle will be full power on this particular brushless driver. # To fine-tune the max_power parameter for your particular motherboard, set max_power to 1.0, go into the Klipper dashboard, and increase fan speed 1% at a time until the actual fan speed stops increasing as you increase the fan speed. Divide the fan speed at this point by 100 and enter it into the max_power parameter.