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

Duet 3 3.4 beta7+7 incorrect home and printing operation

Scheduled Pinned Locked Moved
General Discussion
3
13
340
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
    infiniteloop
    last edited by 27 Jan 2022, 12:58

    Put this into the first lines of your homing macros:

    if {state.status == "processing“}
            M99

    Note that the second line (with M99) must be inserted.

    undefined undefined 4 Replies Last reply 27 Jan 2022, 14:18 Reply Quote 0
    • undefined
      Stephen6309 @infiniteloop
      last edited by 27 Jan 2022, 14:18

      @infiniteloop That has the wrong end quote quote. It has to be ", not that fancy one.

      undefined 1 Reply Last reply 27 Jan 2022, 14:53 Reply Quote 0
      • undefined
        infiniteloop @Stephen6309
        last edited by 27 Jan 2022, 14:53

        @stephen6309 Didn't note that - my Mac seems to have "corrected" that during copy/paste. The lines originate directly from my Duet macros … Thank you for putting that right.

        1 Reply Last reply Reply Quote 0
        • undefined
          massimilianoconti @infiniteloop
          last edited by 27 Jan 2022, 16:24

          I try thanks

          1 Reply Last reply Reply Quote 0
          • undefined
            massimilianoconti @infiniteloop
            last edited by 27 Jan 2022, 16:33

            adding the code in home all if sending home during printing is executed anyway.

            undefined 1 Reply Last reply 27 Jan 2022, 16:47 Reply Quote 0
            • undefined
              massimilianoconti @infiniteloop
              last edited by 27 Jan 2022, 16:34

              the firmware must be corrected

              1 Reply Last reply Reply Quote 0
              • undefined
                infiniteloop @massimilianoconti
                last edited by 27 Jan 2022, 16:47

                @massimilianoconti would you please publish your macro homeall.g?

                undefined 1 Reply Last reply 27 Jan 2022, 17:33 Reply Quote 0
                • undefined
                  massimilianoconti @infiniteloop
                  last edited by 27 Jan 2022, 17:33

                  ; homeall.g
                  ; called to home all axes
                  ;
                  ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Jan 01 2022 15:36:30 GMT+0100 (Ora standard dell’Europa centrale)
                  G91 ; relative positioning
                  G1 H2 Z5 F6000 ; lift Z relative to current position
                  G1 H1 X-310 Y-310 F1800 ; move quickly to X or Y endstop and stop there (first pass)
                  G1 H1 X-310 ; home X axis
                  G1 H1 Y-310 ; home Y axis
                  G1 X5 Y5 F6000 ; go back a few mm
                  G1 H1 X-310 F360 ; move slowly to X axis endstop once more (second pass)
                  G1 H1 Y-310 ; then move slowly to Y axis endstop
                  G90 ; absolute positioning
                  G1 X15 Y35 F6000 ; go to first bed probe point and home Z
                  G30 ; home Z by probing the bed
                  ; Uncomment the following lines to lift Z after probing
                  ;G91 ; relative positioning
                  ;G1 Z5 F100 ; lift Z relative to current position
                  ;G90

                  original version

                  undefined 1 Reply Last reply 27 Jan 2022, 17:50 Reply Quote 0
                  • undefined
                    infiniteloop @massimilianoconti
                    last edited by 27 Jan 2022, 17:50

                    @massimilianoconti That's not the latest version, eh?

                    undefined 1 Reply Last reply 27 Jan 2022, 18:24 Reply Quote 0
                    • undefined
                      massimilianoconti @infiniteloop
                      last edited by 27 Jan 2022, 18:24

                      no is the latest version. I just rerun the tool and says Configuration Tool v3.3.10 on Thu Jan 27 2022 19:23:58

                      undefined 1 Reply Last reply 27 Jan 2022, 19:24 Reply Quote 0
                      • undefined
                        infiniteloop @massimilianoconti
                        last edited by 27 Jan 2022, 19:24

                        @massimilianoconti … OK. TBH I'm only interested in where and how my two-liner landed in the macro, so that I can check why it didn't work for you. Another question in this context: did you invoke homing when the printer was busy, or had you paused the print before?

                        undefined 1 Reply Last reply 27 Jan 2022, 20:45 Reply Quote 0
                        • undefined
                          massimilianoconti @infiniteloop
                          last edited by 27 Jan 2022, 20:45

                          then your code was put first at the beginning then at the second attempt at the end of the macro. the home I ran after the printing had started so the machine was busy. thanks for the help

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