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

    Newbie: New Install on Ender 5 Plus---Willing to PAY$$$

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    6
    141
    7.2k
    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.
    • shattyundefined
      shatty
      last edited by shatty

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 03:22:47 GMT-0500 (Eastern Standard Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"E5Plus" ; set printer name

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

      ; Drives
      M569 P0 S1 ; physical drive 0 goes forwards
      M569 P1 S1 ; physical drive 1 goes forwards
      M569 P2 S0 ; physical drive 2 goes backwards
      M569 P3 S0 ; physical drive 3 goes backwards
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z800.00 E412.60 ; set steps per mm
      M566 X1200.00 Y1200.00 Z60.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X9000.00 Y9000.00 Z1200.00 E6000.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z1400 E1000 I50 ; 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 X350 Y350 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 S2 ; configure Z-probe endstop for low end on Z

      ; Z-Probe
      M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
      M558 P9 C"^zprobe.in" H5 F600 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X16.3 Y14 Z1.7 ; set Z probe trigger value, offset and trigger height
      M557 X15:190 Y15:190 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
      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 S110 ; set temperature limit for heater 0 to 110C
      M308 S1 P"e0temp" Y"thermistor" T100000 B4092 ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; 280 deg max on hot end

      ; Fans
      M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S1 H1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 F0 ; 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

      1 Reply Last reply Reply Quote 0
      • shattyundefined
        shatty
        last edited by shatty

        @Phaedrux said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:

        M98 P"config.g"

        11/16/2020, 1:23:54 AM M98 P"config.g"
        HTTP is enabled on port 80
        FTP is disabled
        TELNET is disabled
        Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C

        I have that little daughter board connected for the bed heat. Looks like a relay board. Bed heat output on D3D connects to smaller board. Looks like the bed heat output triggers that smaller board. But if you think I should connect the bed straight to bed out on D3D I will

        1 Reply Last reply Reply Quote 0
        • Vetiundefined
          Veti @shatty
          last edited by

          @shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:

          11/16/2020, 1:13:31 AM Warning: motor phase B may be disconnected reported by driver(s) 2
          11/16/2020, 1:13:26 AM Warning: motor phase B may be disconnected reported by driver(s) 2
          11/16/2020, 1:13:22 AM Warning: motor phase B may be disconnected reported by driver(s) 2
          11/16/2020, 1:13:17 AM Warning: motor phase B may be disconnected reported by driver(s) 0 1 2

          this indicates that your wiring of the phases are incorrect.

          see
          https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Connecting_stepper_motors

          shattyundefined 2 Replies Last reply Reply Quote 0
          • shattyundefined
            shatty @Veti
            last edited by

            @Veti said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:

            @shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:

            11/16/2020, 1:13:31 AM Warning: motor phase B may be disconnected reported by driver(s) 2
            11/16/2020, 1:13:26 AM Warning: motor phase B may be disconnected reported by driver(s) 2
            11/16/2020, 1:13:22 AM Warning: motor phase B may be disconnected reported by driver(s) 2
            11/16/2020, 1:13:17 AM Warning: motor phase B may be disconnected reported by driver(s) 0 1 2

            this indicates that your wiring of the phases are incorrect.

            see
            https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Connecting_stepper_motors

            I triple checked them. I compared from the stock board to the D3D. I will check again

            1 Reply Last reply Reply Quote 0
            • shattyundefined
              shatty @Veti
              last edited by shatty

              @Veti
              so just Extruder,x and y? And just the B phase?

              Vetiundefined 1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators
                last edited by

                As it's only one phase of each driver that's reported as disconnected, a likely cause is a bad crimp connection.

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                1 Reply Last reply Reply Quote 0
                • Vetiundefined
                  Veti @shatty
                  last edited by

                  @shatty

                  M584 X0 Y1 Z2

                  x y z, presumably you have not moved the extruder.

                  the stock board config does not matter, as each board has different layouts.

                  did you follow the guide to find the phases of the motors?

                  shattyundefined 1 Reply Last reply Reply Quote 0
                  • shattyundefined
                    shatty @Veti
                    last edited by

                    @Veti The stock board has the terminals labeled for the ab and 12. I compared them to D3D and it was good.

                    shattyundefined dc42undefined 2 Replies Last reply Reply Quote 0
                    • shattyundefined
                      shatty @shatty
                      last edited by shatty

                      @shatty Motors are 6 pin. The 2 inner and 2 outer are used. Dunno if that matters

                      Vetiundefined 1 Reply Last reply Reply Quote 0
                      • Vetiundefined
                        Veti @shatty
                        last edited by

                        @shatty

                        thats normal

                        shattyundefined 1 Reply Last reply Reply Quote 0
                        • shattyundefined
                          shatty @Veti
                          last edited by shatty

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • dc42undefined
                            dc42 administrators @shatty
                            last edited by dc42

                            @shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:

                            @Veti The stock board has the terminals labeled for the ab and 12. I compared them to D3D and it was good.

                            If you used the same wiring order for the stepper motor connectors on the Duet as they were on the old board, then it should be correct. All boards that I know of put the wires for one phase at one end of the connector, and the other phase at the other end.

                            If you did have the phases incorrectly wired, the error messages would be different.

                            So IMO the most likely cause is a bad crimp connection. I suggest you use a multimeter to measure the resistance of each phase from the connector on the Duet.

                            Duet WiFi hardware designer and firmware engineer
                            Please do not ask me for Duet support via PM or email, use the forum
                            http://www.escher3d.com, https://miscsolutions.wordpress.com

                            shattyundefined 1 Reply Last reply Reply Quote 0
                            • shattyundefined
                              shatty @dc42
                              last edited by shatty

                              @dc42

                              OK what about homing? It keeps trying to go past the limits. Every direction. Where do i move manually the axis?

                              1 Reply Last reply Reply Quote 0
                              • shattyundefined
                                shatty
                                last edited by

                                I havent received any errors for the phases lately

                                1 Reply Last reply Reply Quote 0
                                • shattyundefined
                                  shatty
                                  last edited by

                                  M98 P"0:/macros/01-Test_IR_PD_Homing"
                                  Error: in file macro line 12 column 30: M906: array too long, max length = 1
                                  Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.

                                  1 Reply Last reply Reply Quote 0
                                  • shattyundefined
                                    shatty
                                    last edited by shatty

                                    The endstops are not telling the unit to stop moving. It hits the endstop switch and it still tries to move in that direction. But the endstops are functioning because I went to settings and machine specific and when i press them, the value changes

                                    1 Reply Last reply Reply Quote 0
                                    • shattyundefined
                                      shatty
                                      last edited by

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • Vetiundefined
                                        Veti @shatty
                                        last edited by

                                        @shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:

                                        11/16/2020, 1:13:16 AM Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.

                                        this means that your homing files were created for an old version of the firmware.

                                        please generate new ones from the configurator.

                                        shattyundefined 1 Reply Last reply Reply Quote 0
                                        • shattyundefined
                                          shatty @Veti
                                          last edited by shatty

                                          @Veti everything came from same zip. Every file except config.g and *.txt have same time stamps

                                          Vetiundefined 1 Reply Last reply Reply Quote 0
                                          • Vetiundefined
                                            Veti @shatty
                                            last edited by

                                            @shatty

                                            post your homeall.g

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