• Tags
  • Documentation
  • Order
  • Register
  • Login
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.
  • undefined
    dc42 administrators @shatty
    last edited by dc42 16 Nov 2020, 07:38

    @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

    undefined 1 Reply Last reply 16 Nov 2020, 07:40 Reply Quote 0
    • undefined
      shatty @dc42
      last edited by shatty 16 Nov 2020, 07:40

      @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
      • undefined
        shatty
        last edited by 16 Nov 2020, 07:42

        I havent received any errors for the phases lately

        1 Reply Last reply Reply Quote 0
        • undefined
          shatty
          last edited by 16 Nov 2020, 07:44

          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
          • undefined
            shatty
            last edited by shatty 16 Nov 2020, 07:46

            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
            • undefined
              shatty
              last edited by 16 Nov 2020, 07:50

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • undefined
                Veti @shatty
                last edited by 16 Nov 2020, 08:08

                @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.

                undefined 1 Reply Last reply 16 Nov 2020, 08:12 Reply Quote 0
                • undefined
                  shatty @Veti
                  last edited by shatty 16 Nov 2020, 08:12

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

                  undefined 1 Reply Last reply 16 Nov 2020, 08:14 Reply Quote 0
                  • undefined
                    Veti @shatty
                    last edited by 16 Nov 2020, 08:14

                    @shatty

                    post your homeall.g

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      shatty
                      last edited by 16 Nov 2020, 08:14

                      ; homeall.g
                      ; called to home all axes
                      ;
                      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 03:22:47 GMT-0500 (Eastern Standard Time)
                      G91 ; relative positioning
                      G1 H2 Z5 F6000 ; lift Z relative to current position
                      G1 H1 X-355 Y-355 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
                      G1 H2 X5 Y5 F6000 ; go back a few mm
                      G1 H1 X-355 Y-355 F360 ; move slowly to X and Y axis endstops once more (second pass)
                      G90 ; absolute positioning
                      G1 X-1.3000000000000007 Y1 F6000 ; go to first bed probe point and home Z
                      G30 ; home Z by probing the bed

                      ; Uncomment the following lines to lift Z after probing
                      ;G91 ; relative positioning
                      ;G1 Z5 F100 ; lift Z relative to current position
                      ;G90 ; absolute positioning

                      undefined 1 Reply Last reply 16 Nov 2020, 08:17 Reply Quote 0
                      • undefined
                        Veti @shatty
                        last edited by 16 Nov 2020, 08:17

                        @shatty

                        ok then the problem is in

                        01-Test_IR_PD_Homing

                        post that.
                        where did you get that macro?

                        undefined 1 Reply Last reply 16 Nov 2020, 08:19 Reply Quote 0
                        • undefined
                          shatty
                          last edited by 16 Nov 2020, 08:18

                          Recycling is tomorrow. Is the printer recyclable?

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            shatty @Veti
                            last edited by 16 Nov 2020, 08:19

                            @Veti Dunno

                            E5Plus
                            Send code...
                            Status
                            Idle
                            Mode: FFF
                            Tool Position
                            X
                            0.0
                            Y
                            0.0
                            Z
                            0.00
                            Extruder Drives
                            Drive 0
                            0.0
                            Speeds
                            Requested Speed
                            0 mm/s
                            Top Speed
                            0 mm/s
                            Sensors
                            Vin
                            24.3 V
                            MCU Temperature
                            25.9 C
                            Z-Probe
                            0
                            Tools
                            Extra
                            Control All
                            Tool Heater Current Active Standby
                            Tool 0
                            T0 - Load Filament Heater 1
                            off 22.4 C
                            0
                            0
                            Bed Heater 0
                            off 21.9 C
                            0
                            0
                            Temperature Chart
                            Macros Directory
                            0:/macros/01-Test_IR_PD_Homing
                            ; Test Routine for Duet WiFi and Ethernet June 2018 - Check IR Probe, PanelDue and endstops

                            ;Start logging
                            M929 P"test1log.txt" S1

                            M117 CHECK IR PROBE & PANELDUE THEN PRESS X ENDSTOP.
                            M577 X S2 ; wait for endstop to trigger
                            M577 X S0 ; wait for endstop release

                            ;----setup motors for test----
                            M906 X2000 Y2000 Z2000 E2000:2000 I100 ;set all motors to 2A with no idle current reduction

                            ;----homing line (tests endstops)----
                            M117 PRESS ALL THREE ENDSTOPS TO END HOMING
                            G91 ; use relative positioning
                            G1 S1 X3200 Y3200 Z3200 F9000 ; move XYZ motors, stopping when endstops are triggered
                            ;----end homing lines----

                            M117 GO ON TO TEST 02

                            undefined 1 Reply Last reply 16 Nov 2020, 08:20 Reply Quote 0
                            • undefined
                              shatty
                              last edited by 16 Nov 2020, 08:20

                              The endless moving happens when I press home all and each axis independently

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                Veti @shatty
                                last edited by 16 Nov 2020, 08:20

                                @shatty
                                please dont use that macro, its not for your printer

                                1 Reply Last reply Reply Quote 0
                                • undefined
                                  Veti
                                  last edited by 16 Nov 2020, 08:21

                                  use M119

                                  https://duet3d.dozuki.com/Wiki/Gcode#Section_M119_Get_Endstop_Status

                                  to manually test your endstops.

                                  if you can not get them to trigger, there is a problem with your wiring.

                                  undefined 1 Reply Last reply 16 Nov 2020, 08:22 Reply Quote 0
                                  • undefined
                                    shatty @Veti
                                    last edited by shatty 16 Nov 2020, 08:22

                                    @Veti I tested endstops already under settings and machine specific. X and Y work

                                    1 Reply Last reply Reply Quote 0
                                    • undefined
                                      Veti
                                      last edited by 16 Nov 2020, 09:07

                                      G1 X-1.3000000000000007 Y1 F6000 ; go to first bed probe point and home Z

                                      replace that with

                                      G1 X50 Y50 F600

                                      when exactly does it try to move past the endstops?
                                      during the first move?

                                      undefined 1 Reply Last reply 21 Nov 2020, 10:39 Reply Quote 0
                                      • undefined
                                        shatty @Veti
                                        last edited by 21 Nov 2020, 10:39

                                        @Veti Yes. I tried that setting and no good. Its random in which direction it goes to home and it just slams at the end of each axis.

                                        undefined 1 Reply Last reply 21 Nov 2020, 10:47 Reply Quote 0
                                        • undefined
                                          shatty
                                          last edited by 21 Nov 2020, 10:40

                                          ; homeall.g
                                          ; called to home all axes
                                          ;
                                          ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 03:22:47 GMT-0500 (Eastern Standard Time)
                                          G91 ; relative positioning
                                          G1 H2 Z5 F6000 ; lift Z relative to current position
                                          G1 H1 X-355 Y-355 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
                                          G1 H2 X5 Y5 F6000 ; go back a few mm
                                          G1 H1 X-355 Y-355 F360 ; move slowly to X and Y axis endstops once more (second pass)
                                          G90 ; absolute positioning
                                          G1 X50 Y50 F600 ; go to first bed probe point and home Z
                                          G30 ; home Z by probing the bed

                                          ; Uncomment the following lines to lift Z after probing
                                          ;G91 ; relative positioning
                                          ;G1 Z5 F100 ; lift Z relative to current position
                                          ;G90 ; absolute positioning

                                          ; 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"xxxx" ; 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
                                          42 out of 141
                                          • First post
                                            42/141
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA