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

    Extruder Ramming from DWC and Panel Due?

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    3
    13
    1.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.
    • DocTruckerundefined
      DocTrucker
      last edited by

      I will try to repeat it but it isn't every time.

      Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

      1 Reply Last reply Reply Quote 0
      • DocTruckerundefined
        DocTrucker
        last edited by DocTrucker

        Just happened.

        Did my pre print routine. Set nozzle temp on the Panel Due to 195 and pressed the icon to activate it. Waited for nozzle temp to reach set point. Pressed move up 5mm five times. Moved to Extrusion page and left selection on 10mm & 1mm/sec. Press extrude. Rammed.

        Edit: PrePrint:-

        M561 ; clear any bed transform
        M140 S50 ; Set bed temp and continue.
        M107 ; Fan off.
        m98 P"0:/sys/homeall.g" ; home all axes
        M190 S50 ; set and wait for bed temperature
        m98 P"0:/sys/homez.g" ; re-home z-axis
        G29 ; do mesh bed compensation
        G1 X100 Y100 Z5 ; Ready for nozzle height check.

        Edit 2: Just to clarify I did not press 10mm & 1mm/sec on the extrusion page, these were pre-selected.

        Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

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

          Thanks for the detail. I'll check the PanelDue firmware and try to reproduce this.

          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
          • DocTruckerundefined
            DocTrucker
            last edited by DocTrucker

            Just tried again with DWC:

            • Turned machine on.
            • Deleted old file from machine.
            • Copied 0073.gcode to machine.
            • Triggered PrePrint from "User-Defined Macros" section of "Machine Control".
              [waited for temps / macro to complete]
            • Closed bed level graphic pop-up.
            • Sent "G1 X0 Y0 Z30 F3000" via console page as I forgot to change where the head went to at the end of PrePrint following changing the 0,0 point to the centre of my build surface.
            • Set nozzle temp to 195 and pressed "Heater 1" to change heater status to "Active".
              [waited for temps]
            • Select 20mm and 1mm/sec on "Extruder Control" section of "Machine Control" page.
            • Press Extrude and it rams.
            • Press it a second time and it behaves.

            0_1543830745863_log-console.csv
            5_1543830791706_homez.g 4_1543830791706_homey.g 3_1543830791706_homex.g 2_1543830791706_homeall.g 1_1543830791706_config-override.g 0_1543830791706_config.g
            0_1543830861260_00_PrePrint.gcode (Didn't have the ".gcode" tail on the file, but upload to forum refused without.)

            Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

            1 Reply Last reply Reply Quote 0
            • DocTruckerundefined
              DocTrucker
              last edited by

              Just did it at the end of the build too when I was trying to unload a filament (bowden unclipped):

              Console Log (back to front!):
              11:07:37
              M120
              M83
              G1 E50 F300
              M121
              11:07:20
              M120
              M83
              G1 E50 F300
              M121
              11:06:43
              G10 P0 S170

              Once again on second asking it behaved.

              Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

              1 Reply Last reply Reply Quote 0
              • DocTruckerundefined
                DocTrucker
                last edited by

                @dc42 were you able to replicate this or not had a chance yet? Got enough details from me?

                Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

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

                  I haven't managed to reproduce this, nor has anyone else reported anything similar.

                  Thanks for the console log, it indicates that the problem lies with the main firmware.

                  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
                  • DocTruckerundefined
                    DocTrucker
                    last edited by

                    Perhaps something that has been tidied up in the transition from the 1.* to 2.* firmware then?

                    Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

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

                      @doctrucker said in Extruder Ramming from DWC and Panel Due?:

                      Perhaps something that has been tidied up in the transition from the 1.* to 2.* firmware then?

                      That's a possibility, although I don't recall a bug with those symptoms. You might like to look over the upgrade notes between firmware 1.22/2/0 and 2.01 though.

                      I have a firmware build for legacy Duets based on the 2.02RC6 source code, but it's untested and probably doesn't work.

                      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
                      • THPundefined
                        THP
                        last edited by

                        not to hijack the thread, but I have a similar issues that may be related. I have a custom IDEX and Extruder 0 feeds just fine during a tool change to purge and wipe in tpost0.g with "G1 E20 F200", Extruder 1 I have to send "G1 E30 F1" in tpost.g to make it go a similar speed. I can send the gcode directly the the board and it behaves normally. The only time I see the issue is every tool change. I am going to open a thread with this and some other issues I have been dealing with soon. I am on "2.02RC5(RTOS) (2018-11-28b1)"

                        Custom IDEX with Duet Ethernet & x5, IR probe, Titan Aero w/ PT100s, Heated Bed, and Chamber with Thermocouples.

                        1 Reply Last reply Reply Quote 0
                        • THPundefined
                          THP
                          last edited by

                          FYI, I updated to 2.02RC6 and it seemed to get rid of my problem with the U extruder(extruder1) extruding way faster than it should have on tool changes.

                          Custom IDEX with Duet Ethernet & x5, IR probe, Titan Aero w/ PT100s, Heated Bed, and Chamber with Thermocouples.

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