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

    X and Y moving on Homez after centering Maestro?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    4
    543
    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.
    • cabal2000undefined
      cabal2000
      last edited by

      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Wed Sep 19 2018 19:43:59 GMT-0230 (Newfoundland Daylight Time)
      G91 ; relative positioning
      G1 Z5 F6000 S2 ; lift Z relative to current position
      G90 ; absolute positioning
      G1 X30 Y30 F6000 ; go to first probe point
      G30 ; home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 S2 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      As you can see this is stock Homez.g from RRF Configuration Tool. I am using a Orion Piezo with no luck so far BUT when the Z-bed is moving up the X and Y are also moving slowly to the back and to the left. The only other mod to the firmware is to the Config.g under Z-probe.

      ; Z-Probe
      M574 Z1 S2 ; Set endstops controlled by probe
      M558 P8 I1 H2 R0.5 F300 T6000 ; Set Z probe type to switch and the dive height + speeds
      G31 P500 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
      M557 X30:265 Y30:265 S20 ; Define mesh grid

      cabal2000undefined 1 Reply Last reply Reply Quote 0
      • cabal2000undefined
        cabal2000 @cabal2000
        last edited by

        @cabal2000
        OK. I just tried I new install of the configurator but without but No z-stop and that worked, strange!! If I select Switch the x,y moves on Homez!!

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

          Do you have axis skew compensation enabled, with a M556 command in config.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

          cabal2000undefined 1 Reply Last reply Reply Quote 0
          • cabal2000undefined
            cabal2000 @dc42
            last edited by

            @dc42
            I double checked the config file and also the Configurator page ( i have to keep it up because I am getting a Finish error if I try to save from uploaded json file) and its not enabled. Unless it is loaded on default when you select "switch" in z-probe. FYI, I did update to 2.02 last night with same results.

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