Jump to content

Can't turn on the heatsink cooling fan via the command line


bassamanator

Recommended Posts

Posted (edited) · Can't turn on the heatsink cooling fan via the command line

Hi there,

 

I'm able to turn on the part cooling fan via

M106 P0 S255

When I try the same command with P indexes from 1 to 5, the heatsink cooling fan doesn't turn on. The fan is functional because it does turn on automatically when the hotend is heated.

 

Thanks!

 

Edited by bassamanator
  • Link to post
    Share on other sites

    Posted · Can't turn on the heatsink cooling fan via the command line

    The author configured the firmware that way.  There is no Gcode command for hot end fan speed.

    This is from the configuration.adv.h you linked.

    * Extruder cooling fans
      *
      * Extruder auto fans automatically turn on when their extruders'
      * temperatures go above EXTRUDER_AUTO_FAN_TEMPERATURE.
      *
      * Your board's pins file specifies the recommended pins. Override those here
      * or set to -1 to disable completely.
      *
      * Multiple extruders can be assigned to the same pin in which case
      * the fan will turn on when any selected extruder is above the threshold.
      */
       
      #define E0_AUTO_FAN_PIN FAN2_PIN
      #define E1_AUTO_FAN_PIN -1
      #define E2_AUTO_FAN_PIN -1
      #define E3_AUTO_FAN_PIN -1
      #define E4_AUTO_FAN_PIN -1
      #define E5_AUTO_FAN_PIN -1
      #define CHAMBER_AUTO_FAN_PIN -1
       
       
      #define EXTRUDER_AUTO_FAN_TEMPERATURE 50
      #define EXTRUDER_AUTO_FAN_SPEED 255 // 255 == full speed
    • Like 1
    Link to post
    Share on other sites

    • 4 weeks later...
    Posted · Can't turn on the heatsink cooling fan via the command line
    On 5/13/2021 at 5:38 AM, tinkergnome said:

    It is (perhaps) still possible to set the pin state manually with gcode M42 - if you figure out the pin number that refers to "FAN2_PIN"

     

    https://marlinfw.org/docs/gcode/M042.html

     

    So it still might be possible to do. Will look into it further. Thanks!

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 Stable released 🎉
        In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
        • 5 replies
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...