Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    execute Stop fan when temperature is lower than 45

    Scheduled Pinned Locked Moved
    Gcode meta commands
    2
    2
    141
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • adistrundefined
      adistr
      last edited by

      Hi,
      Can I include this condition in my g-code file - "Stop fan command (M107) when the temperature is lower than 45 degrees"?

      Thanks,
      Adi

      1 Reply Last reply Reply Quote 0
      • demonlibraundefined
        demonlibra
        last edited by demonlibra

        M308 S1 P"temp1" Y"thermistor" A"HotEnd" T100000 B3950 ; configure sensor 1 as thermistor on pin temp1
        M950 F1 C"out5" Q50                          ; create fan 1 on pin out5 and set its frequency
        M106 P1 C"HOTEND" S1.0 H1 T50                ; set fan 1 value. Thermostatic control is turned on
        

        H1 - Enable thermostatic mode and select sensor monitored. Relates to the sensor number(s) created by M308.
        T50 - Set thermostatic mode trigger temperature 50C.

        https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m106-fan-on

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA