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.5k
    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.
    • RyanPundefined
      RyanP @shatty
      last edited by

      @shatty

      Bear in mind you are running Firmware 3 where as I am not. But here is your gcode with the bolded sections changed. Feel free to try that.

      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 S0 ; physical drive 0 goes forwards
      M569 P1 S0 ; physical drive 1 goes forwards
      M569 P2 S1 ; physical drive 2 goes backwards
      M569 P3 S1 ; physical drive 3 goes forwards
      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 E130 ; set steps per mm
      M566 X600 Y600 Z60.00 E3000.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X9000.00 Y9000.00 Z1200.00 E6000.00 ; set maximum speeds (mm/min)
      M201 X1500.00 Y1500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
      M204 P600 T1500 ;set print and travel accellerations
      M906 X800 Y800 Z800 E800 I50 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z***-1*** 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 F60 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X16.3 Y14 Z2.43 ; 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 A101.7 C607.1 D2.6 S1.00 V24.3 B0 ; 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 A268.5 C102.1 D3.1 S1.00 V24.2 B0 ; 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

      CR10S, August 2018
      Anycubic Photon S December 2019
      Ender 5 Feb 2020
      Ender 5 Plus May 2020
      Anycubic Photon Mono X Nov 2020
      ~
      https://3dimensiongames.com/

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

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

        M906 X800 Y800 Z800 E800 I50 ; set motor currents (mA) and motor idle factor in per cent

        Do you have your Z motors in series? Connected to both Z connectors?

        RyanPundefined 1 Reply Last reply Reply Quote 0
        • RyanPundefined
          RyanP @shatty
          last edited by

          @shatty

          No, they are separate with one being run off E1.

          This allows me to run a G32 command to do a left to right adjustment during my bed compensation macro.

          CR10S, August 2018
          Anycubic Photon S December 2019
          Ender 5 Feb 2020
          Ender 5 Plus May 2020
          Anycubic Photon Mono X Nov 2020
          ~
          https://3dimensiongames.com/

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

            @RyanP
            Can you send me your filament files?

            RyanPundefined 1 Reply Last reply Reply Quote 0
            • RyanPundefined
              RyanP @shatty
              last edited by

              @shatty

              From where, my slicer?

              CR10S, August 2018
              Anycubic Photon S December 2019
              Ender 5 Feb 2020
              Ender 5 Plus May 2020
              Anycubic Photon Mono X Nov 2020
              ~
              https://3dimensiongames.com/

              shattyundefined 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$$:

                Do i have to auto tune again?

                no

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

                  @RyanP What are you using for a slicer? I thought they are universal across all slicers. Im using Creality's

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

                    2nd print at 200c. Little better. What should I do next? Drop it more? Im not going to be using PLA. I am just using the sample that came with the printer. I have black PETG. Should I put that in and continue from there?

                    IMG_20201127_041415.jpg IMG_20201127_041422.jpg IMG_20201127_041428.jpg IMG_20201127_041437.jpg IMG_20201127_041447.jpg IMG_20201127_041455.jpg IMG_20201127_041506.jpg

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

                      that is already looking good. maybe a bit overextrusion or it could be bad quality filament.
                      try reducing the flow by 10%

                      petg printing is a bit more difficult compared to pla. its not as forgiving.

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

                        I compared it to the first print and it actually looks alot better. The layers are more uniformed and color also. I think have it set at 135 for extrusion. I will drop it down to 130.

                        Vetiundefined 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$$:

                          I think have it set at 135 for extrusion. I will drop it down to 130.

                          is that your esteps or percent of flow?

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

                            That is esteps

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

                              pla does not like to be overextruded, but underextrusion is ok.

                              so try 125 if 130 is the default for your extruder.

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

                                PETG @ 230 C. Its the best print yet!. There was a little sting inside the cabin. Thats it! Maybe drop it 5 deg?

                                IMG_20201128_031208.jpg IMG_20201128_031229.jpg IMG_20201128_031153.jpg IMG_20201128_031220.jpg IMG_20201128_031146.jpg IMG_20201128_031138.jpg IMG_20201128_031132.jpg

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

                                  If u see stuff on the side of the hull, thats cat hair. The cat loves going near the stupid printer

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

                                    what happened to the chimney?

                                    next thing to set up is pressure advance.
                                    https://duet3d.dozuki.com/Wiki/Pressure_advance

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

                                      Thats a good question LOL. I dunno. I left it running while I was at work

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

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

                                        Thats a good question LOL.

                                        you cat got it?

                                        you might want to get some plexiglas covers for the side so your cat does not get near it.

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