Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Solved Not sure how to implement a Y offset

    Tuning and tweaking
    2
    4
    251
    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.
    • PaulHew
      PaulHew last edited by

      I have a Petsfang Aero Evolve mount and a E3D hotend.
      Just come to print something big and it is hanging off the bed, i stopped it in time.
      Looked in Cura, changed the Y offset and it was worse, you cannot use a negative which is what I need.

      Been throught the GCode manual and found 2 commands G10 and M206 and am not sure which one to use and how to use them.
      I need to offset Y only by 18mm

      Your assistance would be appreciated

      Regards,
      Paul.

      RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
      Voron 2.4 disassembled..... Waiting for the RailCore Mini....

      1 Reply Last reply Reply Quote 0
      • PaulHew
        PaulHew last edited by PaulHew

        Could I use
        G10 P0 X0 Y-18 Z0
        Is that the correct format for what I am trying to achieve?

        RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
        Voron 2.4 disassembled..... Waiting for the RailCore Mini....

        1 Reply Last reply Reply Quote 0
        • PaulHew
          PaulHew last edited by

          It worked!
          Learnt something today!

          RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
          Voron 2.4 disassembled..... Waiting for the RailCore Mini....

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

            G10 without an L parameter is intended to set tool offsets in multi-nozzle machines.

            G10 L2 is a more modern approach, it sets workplace coordinate offsets which apply to all tools. It's not supported in firmware builds for boards with low memory, such as the Duet 06/085.

            M206 is an older GCode, marked as deprecated. It is equivalent to using G10 L2 P0 with the offsets negated. It's supported even in firmware builds that don't support G10 L2.

            However, assuming that Cura was centering the build within what you told it were the dimensions of the bed, the real issue might be that your M208 settings don't define the positions of the edges of the bed. See https://duet3d.dozuki.com/Wiki/Centering_the_bed_or_setting_the_bed_origin.

            HTH David

            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
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA