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

      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
      • Ultimaker Cura 5.6 stable released
        Cura now supports Method series printers!
         
        A year after the merger of Ultimaker and MakerBotQQ, we have unlocked the ability for users of our Method series printers to slice files using UltiMaker Cura. As of this release, users can find profiles for our Method and Method XL printers, as well as material profiles for ABS-R, ABS-CF, and RapidRinse. Meaning it’s now possible to use either Cura or the existing cloud-slicing software CloudPrint when printing with these printers or materials
        • 4 replies
    ×
    ×
    • Create New...