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

    SuperSlicer question

    Scheduled Pinned Locked Moved
    General Discussion
    3
    7
    347
    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.
    • tecnoundefined
      tecno
      last edited by tecno

      I am getting tired of S3D and want to get new functions with latest SS.

      On my Voron 0.1 I want to have hotend fan always on 100% no matter what.

      ; Fans
      M950 F0 C"fan0"                                ; // PART FAN
      M106 P0 S0 H-1				       ; P0 = fan0 S0 = Speed 0 H-1 = Disable Termostatic mode
      
      M950 F1 C"fan1" 		               ; // TOOL FAN
      M106 P1 S1				       ; P1 = fan1 S1 = Speed 100% 
      
      ; Tools
      M563 P1 H1 F1                                  ; P1 = tool1 H1 = heater1 F1 = fan1
      G10 P1 X0 Y0 Z0                                ; set tool 0 axis offsets
      G10 P1 R0 S0                                   ; set initial tool 0 active and standby temperatures to 0C
      

      SS posts M107 and it is stopping my hotend fan = BIG NO NO
      How can I get back to normal that is no matter what code this fan will always be on?

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @tecno
        last edited by

        @tecno said in SuperSlicer question:

        M106 P1 S1

        M106 P1 S1 H1 T45 that would come on when the hotend is above 45 degrees

        @tecno said in SuperSlicer question:

        M563 P1 H1 F1

        this line is mapping the wrong fan to the tool. It should be F0 not F1

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        tecnoundefined 1 Reply Last reply Reply Quote 0
        • tecnoundefined
          tecno @jay_s_uk
          last edited by

          @jay_s_uk said in SuperSlicer question:

          this line is mapping the wrong fan to the tool. It should be F0 not F1

          ???

          F0 is partcooling and it is working

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @tecno
            last edited by

            @tecno the part cooling fan is the fan that should be mapped to the tool, not the hotend cooling fan

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            tecnoundefined 1 Reply Last reply Reply Quote 0
            • tecnoundefined
              tecno @jay_s_uk
              last edited by

              @jay_s_uk

              OK, so F0 het+re will not affect M107 to kill hotend fan?

              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk @tecno
                last edited by jay_s_uk

                @tecno correct.
                Thermostatic fans aren't controlled with M106/M107

                info from the wiki for the F parameter of M563

                F The print cooling fan of the tool, default 0. Use this parameter if you are not using fan 0 as the print cooling fan for the tool you are defining. You do not need to, and should not, map thermostatic fans to tools. To map more than one fan to the tool, the definition would typically look like this:

                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                1 Reply Last reply Reply Quote 0
                • rexxundefined
                  rexx
                  last edited by

                  why not just use the always on pins then? select vin for ps voltage or 12v to that pin set i think the plug is the same just move it over to it

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