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

Tool re-selection after pause

Scheduled Pinned Locked Moved Unsolved
General Discussion
5
8
438
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
    ChrisP
    last edited by 28 Aug 2020, 15:01

    I've been playing around with the pause & resume macros and filament setups to try to improve mid-print filament swaps and filament run-out conditions.
    Having read a previous post (here), I tried adding a T-1 to the end of pause.g and and a T R1 to the beginning of the resume.g.

    While the pause goes okay, on resuming (having not done anything else like changing filaments etc.), the T R1 doesn't seem to re-select the tool and while the head moves hack to position, I get the old "no tool selected" and nothing else moves. Am I missing something silly, or is it a bug? I'm using a D3/SBC with DSF 3.1.1.

    ; pause.g
    M83				; relative extruder movements
    G1 E-3 F2500			; retract 3 mm
    G91				; relative moves
    G1 Z10 F5000			; raise nozzle 10 mm
    G90				; absolute moves
    G1 X0 Y120 F5000		; move head out of the way of the print
    G10 R0				; set tool standby temperature to 0
    T-1				; deselect the tool
    
    ; resume.g
    T R1				; re-select the tool that was active prior to the pause
    M703				; make sure config is correct & loaded
    M116 P{state.currentTool}	; wait for the tool to reach active temperature
    G1 R1 Z2			; move to 2 mm above resume point
    G1 R1				; lower nozzle to resume point
    M83				; relative extruder movements
    G1 E3 F2500			; undo the retraction
    

    While its less of an issue, G1 R# commands don't seem to behave exactly as documented in the wiki either. G1 R1 Z2 does just move Z down to 2 mm above its pre-pause position, but G1 R1 moves X, Y and Z, whereas the documentation states that "Axes not mentioned are not moved" - is there an exception if no axes are mentioned? I think this must have originally come from an example somewhere and it just worked.... but should it?

    1 Reply Last reply Reply Quote 1
    • undefined
      gruen
      last edited by 5 Sept 2020, 09:53

      I have also this issue with T R1.

      After resume:

      Error: Attempting to extrude with no tool selected.

      undefined 1 Reply Last reply 5 Sept 2020, 11:06 Reply Quote 1
      • undefined
        dc42 administrators @gruen
        last edited by 5 Sept 2020, 11:06

        @gruen said in Tool re-selection after pause:

        I have also this issue with T R1.

        After resume:

        Error: Attempting to extrude with no tool selected.

        Are you using Duet 3 + SBC too?

        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
        • undefined
          gruen
          last edited by 5 Sept 2020, 11:15

          Yes, I'm use also Duet3 with SBC. 🙂

          1 Reply Last reply Reply Quote 0
          • undefined
            TypQxQ
            last edited by 6 Oct 2020, 17:31

            I also have the same issue with T R1.
            Running3.1.1 and D3(6HC+3HC)+SBC. Tools on 3HC.

            1 Reply Last reply Reply Quote 0
            • undefined
              gruen
              last edited by 7 Nov 2020, 20:15

              Is ther finally a solution for this error?

              1 Reply Last reply Reply Quote 0
              • undefined
                gruen
                last edited by 3 Dec 2020, 14:11

                No answer?

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 3 Dec 2020, 20:08

                  It would be worth testing with the recent 3.2 Beta releases.

                  Z-Bot CoreXY Build | Thingiverse Profile

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