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

    3,3V yellow, 5V red, LED VIN blue Probe not working

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    6
    22
    697
    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.
    • Topengaundefined
      Topenga
      last edited by

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.0 on Wed Jan 06 2021 00:20:17 GMT+0100 (Mitteleuropäische Normalzeit)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Dany's CR-10s Pro" ; set printer name

      ; Network
      M551 P"1945" ; set password
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S1 ; enable FTP
      M586 P2 S1 ; enable Telnet

      ; Drives
      M569 P0 D2 S1 ; physical drive 0 goes forwards
      M569 P1 D2 S0 ; physical drive 1 goes backwards
      M569 P2 D2 S1 ; physical drive 2 goes forwards
      M569 P3 D0 S1 ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X128 Y128 Z128 E16 I1 ; configure microstepping without interpolation
      M92 X640.00 Y640.00 Z3200.00 E697.96 ; set steps per mm
      M566 X2500.00 Y1100.00 Z200.00 E800.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X20000.00 Y20000.00 Z850.00 E5000.00 ; set maximum speeds (mm/min)
      M201 X4000.00 Y1800.00 Z1000.00 E4000.00 ; set accelerations (mm/s^2)
      M906 X2000 Y2000 Z800 E750 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X310 Y318 Z400 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
      M574 Z1 S1 ; configure Z-probe endstop for low end on Z

      ; Z-Probe
      M558 P5 C"^!zprobe.in" H4.0 F250 T20000 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X0 Y-40 Z2.5 ; set Z probe trigger value, offset and trigger height
      ;M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters
      M557 X2:270 Y10:305 S35 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T1 Q10 ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 A258.8 C272.2 D2.1 B1 S0.85 ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S110 ; set temperature limit for heater 0 to 110C
      M308 S1 P"e0temp" Y"thermistor" T100000 B3950 ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T0 ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 A707.7 C227.9 D7.1 V24.3 B0 S0.75 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S300 ; set temperature limit for heater 1 to 300C

      ; Fans
      M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 C"Part Cooling FAN0" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 C"Heatsink cooling FAN1" S1 H1 T45 ; set fan 1 name and value. Thermostatic control is turned on
      M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
      M106 P2 C"Drives cooling FAN2" S0 H-1 ; set fan 2 name and value. Thermostatic control is turned off

      ; Tools
      M563 P0 D0 H1 F2 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      ; Custom settings are not defined

      ; Miscellaneous
      M575 P1 S1 B57600 ; enable support for PanelDue
      M501 ; load saved parameters from non-volatile memory
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      T0 ; select first tool

      1 Reply Last reply Reply Quote 0
      • Topengaundefined
        Topenga
        last edited by

        The wiring should be o.k. because the board was working properly for some months.
        Regarding Firmware.....after i realized that i have some trouble with the board i erased the memory and installed new firmware just to ensure that it is not to software issues.

        Many thanks in advance

        Danijel

        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          @Topenga said in 3,3V yellow, 5V red, LED VIN blue Probe not working:

          The wiring should be o.k. because the board was working properly for some months.

          Well sensor open circuit would indicate it is not connected.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • Topengaundefined
            Topenga
            last edited by

            but sensor shows the correct room temperature?!?! As well conected a new Temp.Sensor to avoid any trouble with this...

            1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator @Topenga
              last edited by

              @Topenga said in 3,3V yellow, 5V red, LED VIN blue Probe not working:

              Tryed out again just to read the failure: "Error: M303: heater 0 reported error 'sensor open circuit' at start of auto tuning"

              Are you still getting that error?

              Z-Bot CoreXY Build | Thingiverse Profile

              Topengaundefined 1 Reply Last reply Reply Quote 0
              • Topengaundefined
                Topenga @Phaedrux
                last edited by

                @Phaedrux
                unfortunately yes, still the same failure! But why are both Heaters blocked...... The strange...... Isn't it?
                Is there a possibility that that a temp. Fuse is gone?

                Mfg T.

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  Possibly a blown PTC fuse on the thermistor, yes.

                  Do you see any damaged components on the board?

                  How did you wire up the PS-on? Do things improve if you remove the PS-on wiring?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • Topengaundefined
                    Topenga
                    last edited by

                    Hello, the PS-On wiring I disconnected already and the same status as before, no changes. May you tell me where the PTC fuses are located on the board or even how they look like? Until now I was not able to locate any blown components on the board. Many thanks in advance

                    Best regards Danijel

                    1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by Phaedrux

                      You can see the schematics for your board version here: https://github.com/Duet3D/Duet-2-Hardware/tree/master/Duet2

                      Is this a genuine Duet or a clone? If Genuine, where and when was it purchased?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • apakundefined
                        apak
                        last edited by

                        @phaedrux already did
                        https://forum.duet3d.com/topic/27120/newbie-with-mfm?_=1647029669492

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