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

    Axis limits not respecred - Core XY

    Scheduled Pinned Locked Moved Solved
    General Discussion
    3
    4
    203
    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.
    • Super08undefined
      Super08
      last edited by

      Hello everybody,

      I have a strange issue with my axis limits.
      I have define them for a 330x330x300 print area.

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X330 Y330 Z300 S1 ; set axis maxima

      But for an unknow reason, I'm not able to go further than 200mm on each axis.
      I have try manually or with a g29.
      During G29 it take point only in a 200x200 area.
      My step/mm are correct I have already print a test cube.

      Do I miss something?

      Thank you for your help.

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        @Super08 said in Axis limits not respecred - Core XY:

        ; Axis Limits
        M208 X0 Y0 Z0 S1 ; set axis minima
        M208 X330 Y330 Z300 S1 ; set axis maxima

        You've got S1 for both of them. the maxima should be S0

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          Or you can use the alternate form

          M208 Xaaa:bbb Yaaa:bbb Zaaa:bbb

          where aaa is the min for that axis and bbb is the max.

          Frederick

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

          1 Reply Last reply Reply Quote 0
          • Super08undefined
            Super08
            last edited by

            I definetly missed it...
            Thank you, that work well now!

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