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

fans out7 out8 out9

Scheduled Pinned Locked Moved
Duet Hardware and wiring
3
7
203
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.
  • undefined
    rister502dad
    last edited by rister502dad 24 Feb 2023, 20:00

    Hi, I have been having some problems the out7 out8 out9 pins getting to turn on. I am using a 24V power supply. Can someone help me determin if those ports are fried? Thanks

    1 Reply Last reply Reply Quote 0
    • undefined
      Phaedrux Moderator
      last edited by 24 Feb 2023, 20:23

      What board are you using? What firmware? What gcode are you sending? What do you have connected? How is it connected?

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • undefined
        rister502dad
        last edited by 24 Feb 2023, 21:47

        @Phaedrux Its a duet3 board the firmware is RepRapFirmware for Duet 3 MB6HC version 3.4.1

        I try something like this:
        M950 F0 C"out8" Q500
        M106 S127
        M106 P0 S200 H-1

        I tried the slider tool too and no dice

        undefined 1 Reply Last reply 24 Mar 2023, 15:39 Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 25 Feb 2023, 01:07

          Post your full config.g please.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • undefined
            T3P3Tony administrators @rister502dad
            last edited by 24 Mar 2023, 15:39

            @rister502dad please do reply here.

            www.duet3d.com

            undefined 1 Reply Last reply 24 Mar 2023, 16:39 Reply Quote 0
            • undefined
              rister502dad @T3P3Tony
              last edited by 24 Mar 2023, 16:39

              @T3P3Tony Sure I am a bit confused sorry with this format, here is my config.g

              ; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
              ; executed by the firmware on start-up
              ;
              ; generated by RepRapFirmware Configuration Tool v3.3.15 on Mon Dec 12 2022 12:58:34 GMT-0800 (Pacific Standard Time)

              ; General preferences
              G21
              G90 ; send absolute coordinates...
              M83 ; ...but relative extruder moves
              M550 P"Duet 3" ; set printer name
              M669 K1 ; select CoreXY mode

              ; Drives
              M569 P0.0 S0 ; physical drive 0.0 goes backwards
              M569 P0.1 S0 ; physical drive 0.1 goes backwards
              M569 P0.2 S0 ; physical drive 0.2 goes backwards
              M569 P0.3 S1 ; physical drive 0.3 goes forwards
              M584 X0.0 Y0.1 Z0.2 E0.3 ; set drive mapping
              M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
              M92 X160.00 Y160.00 Z400.00 E123.00:123.00 ; set steps per mm
              M566 X900.00 Y900.00 Z60.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
              M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
              M201 X500.00 Y500.00 Z20.00 E250.00:250.00 ; set accelerations (mm/s^2)
              M906 X800 Y800 Z1800 E500:500 I30 ; set motor currents (mA) and motor idle factor in per cent
              M84 S30 ; Set idle timeout

              ;C drive specific instructions
              M584 C5 ; Axis mapper
              M208 C0:240 ; Axis limits
              M92 C200
              M350 C16 I1
              M566 C2 ; Set maximum instantaneous speed changes (mm/min)
              M203 C10000 ; Set maximum speeds (mm/min)
              M201 C500 ; Set accelerations (mm/s^2)
              M906 C500 ; Set motor currents (mA) and motor idle factor in percent
              ;M574 C1 S3 ; Stall detect coupler at low end of its range
              ;Stall Detection
              M915 C S5 F0 H200 R0

              ; Axis Limits
              M208 X0 Y0 Z0 S1 ; set axis minima
              M208 X330 Y270 Z200 S0 ; set axis maxima

              ; Endstops
              M574 X1 S1 P"io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
              M574 Y1 S1 P"!io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !io1.in
              M574 Z1 S1 P"!io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin !io2.in

              ; Z-Probe
              M558 P5 C"^io3.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds
              G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
              M557 X25:300 Y25:250 S50 ; define mesh grid

              G4 S1 ;wait for expansion boards to start

              ; Heaters
              M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
              M950 H0 C"out0" T0
              ; create bed heater output on out0 and map it to sensor 0
              M307 H0 R0.502 K0.271:0.000 D7.19 E1.35 S1.00 B0
              ;M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
              M140 H0 ; map heated bed to heater 0
              M143 H0 S120 ; set temperature limit for heater 0 to 120C
              ;M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.06e-8; configure sensor 1 as thermistor on pin 121.temp0
              ;M950 H1 C"out2" T1
              ;M950 H1 C"out1" T1 ; create nozzle heater output on 121.out0 and map it to sensor 1
              M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.06e-8; configure sensor 1 as thermistor on pin 121.temp0
              M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
              M307 H1 R2.028 K1.010:0.000 D7.72 E1.35 S1.00 B0 V27.2
              ;M307 H1 R0.531 K2.006:0.000 D3.90 E1.35 S1.00 B0 V12.1 old version
              ;M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
              M143 H1 S280 ; set temperature limit for heater 1 to 280C

              ; Fans
              M950 F0 C"out8" Q500 ; create fan 0 on out7 and set its frequency
              M106 P0 S0 H1 T45 ; set fan 0 value. Thermostatic control is turned on
              ;M950 F1 C"121.out2" Q500 ; create fan 1 on pin 121.out2 and set its frequency
              ;M106 P1 S0 H-1 ; set fan 1 value. Thermostatic control is turned off

              ; Tools
              M563 P0 D0 H1 F0 S"T0" ; define tool 0
              G10 P0 X-9 Y39 Z-7.5 ; set tool 0 axis offsets
              G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

              ;deselect tools
              T-1

              ; Custom settings are not defined

              undefined 1 Reply Last reply 24 Mar 2023, 16:43 Reply Quote 0
              • undefined
                T3P3Tony administrators @rister502dad
                last edited by 24 Mar 2023, 16:43

                @rister502dad Fan 0 on out8 is set as a thermostatic fan so it will only turn on when the hotend is above 45C, however you have an S0 in there which is either invalid or will prevent it turning on at all.

                ; Fans
                M950 F0 C"out8" Q500 ; create fan 0 on out7 and set its frequency
                M106 P0 S0 H1 T45 ; set fan 0 value. Thermostatic control is turned on
                

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

                www.duet3d.com

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