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

    Pause / Resume from DWC buttons - nasty head crash - but WHY?

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    483
    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.
    • SputnikOC3dundefined
      SputnikOC3d
      last edited by SputnikOC3d

      I suspect the fact that I may have executed a few DWC commands from the windows - may have caused the board to lose track of its location ? I didnt think it would but perhaps it does. Trying to search for answers ...

      Done this a few times in the past but it no workieeee this time.

      Hit Pause ... Print head moves - sits idle with heat still on...
      Hit Macro - for releasing the Extruder Motor [ M84 E0 ]
      remove filament - cold pull style - manually ...
      insert new filament feed - press in till a bit of oozing [ petg 245*C ]
      tweez off ooze
      Hit Extrude for 50mm on the DWC panels buttons for Machine Control Window

      Hit Resume .... [ i remember it used to work ] .... but alas, in this case - hard crash into part.

      Looks like it was trying to go to gcode's beginning and print a Purge Strip.

      Clueless in Cali

      ; pause.g
      ; called when a print from SD card is paused
      ;
      ; generated by RepRapFirmware Configuration Tool on Wed Jan 31 2018 09:50:41 GMT-0800 (Pacific Standard Time)
      M83 ; relative extruder moves
      G1 E-4 F3600 ; retract 4mm of filament
      G91 ; relative positioning
      G1 Z5 F360 ; lift Z by 5mm
      G90 ; absolute positioning
      G1 X0 Y0 F6000 ; go to X=0 Y=0

      =============================

      ; resume.g
      ; called before a print from SD card is resumed
      ;
      ; generated by RepRapFirmware Configuration Tool on Wed Jan 31 2018 09:50:41 GMT-0800 (Pacific Standard Time)
      G1 R1 Z5 F6000 ; go to 5mm above position of the last print move
      G1 R1 ; go back to the last print move
      M83 ; relative extruder moves
      G1 E4 F3600 ; extrude 10mm of filament to undo the retraction from Pause.g

      1 Reply Last reply Reply Quote 0
      • resamundefined
        resam
        last edited by

        Which firmware version are you using?
        I remember that one of the alpha or beta versions had a similar bug...

        1 Reply Last reply Reply Quote 0
        • SputnikOC3dundefined
          SputnikOC3d
          last edited by

          2.02RC5

          wifi 1.21

          web interface 1.22.5

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

            @sputnikoc3d said in Pause / Resume from DWC buttons - nasty head crash - but WHY?:

            2.02RC5

            You should not use beta or RC firmware versions once the corresponding stable release is available (2.02 in this case). As @resam said, there was a known bug in this area in some 2.02RC versions.

            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

            SputnikOC3dundefined 1 Reply Last reply Reply Quote 0
            • SputnikOC3dundefined
              SputnikOC3d @dc42
              last edited by

              @dc42 said in Pause / Resume from DWC buttons - nasty head crash - but WHY?:

              @sputnikoc3d said in Pause / Resume from DWC buttons - nasty head crash - but WHY?:

              2.02RC5

              You should not use beta or RC firmware versions once the corresponding stable release is available (2.02 in this case). As @resam said, there was a known bug in this area in some 2.02RC versions.

              Thanks David ...

              Lesson learned then. I wondered if I had changed something somewhere that may have caused it ... I had not had the printer up and working for over a month - and needed to get a friends parts printed ... asap. Didnt think to see if there was a new version before rockin and rollin. Lesson #2 learned 🙂

              Im up on all the latest stable full releases now.

              thanks to all for the assist.

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