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

    Resurrect.g problem

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    12
    463
    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.
    • 3Dreamundefined
      3Dream
      last edited by 3Dream

      Resurrect prologue.g

      M116 ; wait for temperatures
      G28 ; home all towers
      M83 ; relative extrusion
      G1 E10 F600 ; undo the retraction that was done in the M911 power fail script
      G4 S5
      G1 Y50 F5000; Mi muovo per togliere il filo
      G1 Y0 F5000
      G1 Y50 F5000

      Actual resurrect.g

      ; File "0:/gcodes/bloccaggio-a-pressione-definitivo-v2.gcode" resume print after power failure at 2021-04-13 14:34
      G21
      M141 P0 S40.0
      G29 S1
      T-1 P0
      G92 X128.952 Y115.714 Z0.650
      G60 S1
      G10 P1 S23 R0
      G10 P0 S240 R240
      T0 P0
      M98 P"resurrect-prologue.g"
      M116
      M290 X0.000 Y0.000 Z0.000 R0
      T-1 P0
      T0 P6
      ; Workplace coordinates
      G10 L2 P1 X0.00 Y0.00 Z0.00
      G10 L2 P2 X0.00 Y0.00 Z0.00
      G10 L2 P3 X0.00 Y0.00 Z0.00
      G10 L2 P4 X0.00 Y0.00 Z0.00
      G10 L2 P5 X0.00 Y0.00 Z0.00
      G10 L2 P6 X0.00 Y0.00 Z0.00
      G10 L2 P7 X0.00 Y0.00 Z0.00
      G10 L2 P8 X0.00 Y0.00 Z0.00
      G10 L2 P9 X0.00 Y0.00 Z0.00
      G54
      M106 S0.00
      M116
      G92 E12.78310
      M82
      M23 "0:/gcodes/bloccaggio-a-pressione-definitivo-v2.gcode"
      M26 S13452 P1.015 X118.520 Y115.714
      G0 F6000 Z2.650
      G0 F6000 X128.952 Y115.714
      G0 F6000 Z0.650
      G1 F450.0 P0
      G21
      M24

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

        @3dream, I confirm that this is a bug. Bed and chamber heat on/off and temperature settings are not written to resurrect.g.

        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

        3Dreamundefined 1 Reply Last reply Reply Quote 0
        • 3Dreamundefined
          3Dream @dc42
          last edited by

          @dc42
          Good morning,
          Thanks for the reply
          The temperature of the extruder and chamber are recorded.
          is there any way around this?
          I would prefer that the chamber does not turn on again or at least that the machine does not wait to reach its temperature before starting.
          While the bed would need to be registered.

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

            @3dream, why would you not want to restore chamber heat before the print is resurrected?

            The workaround is that before you resurrect a print, manually set the bed temperature to the required value.

            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

            3Dreamundefined 1 Reply Last reply Reply Quote 0
            • 3Dreamundefined
              3Dream @dc42
              last edited by

              @dc42 because the chamber temperature is also reached thanks to the bed. If I forget to activate the bed before pressing resume I cannot activate it again until I reach the chamber temperature. However, it takes a long time to reach the chamber temperature if it has been left very high.
              Instead of waiting for the chamber target it could activate but not wait to reach it (like M104).
              When do you think you can close this hole? I would really appreciate it
              Thank you

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

                @3Dream, you could turn off the chamber heat in resurrect-prologue.g before the M116 command. Or you could leave it on, but use a more selective M116 command that doesn't wait for the chamber temperature.

                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

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

                  I've found the bug that was causing the bed heater state not to be written to resurrect.g when there was also a chamber heater. The fix will be in firmware 3.3beta3.

                  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

                  3Dreamundefined 1 Reply Last reply Reply Quote 0
                  • 3Dreamundefined
                    3Dream @dc42
                    last edited by

                    @dc42 , Ok, but first the resurrection is read where M141 starts for the chamber and only then is the right prologue read? Therefore it would still wait for the chamber temperature before advancing. Or am I wrong?

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

                      @3dream, M141 does not wait for temperature to be reached.

                      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

                      3Dreamundefined 1 Reply Last reply Reply Quote 0
                      • 3Dreamundefined
                        3Dream @dc42
                        last edited by

                        @dc42 Thank you
                        It worked for the chamber

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