Duet3D Logo

    Duet3D

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

    Solved Axis limits not respecred - Core XY

    General Discussion
    3
    4
    68
    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.
    • Super08
      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
      • Phaedrux
        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
        • fcwilt
          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 FT-5 with the 713 upgrade bits. A custom MarkForged style. A small Utilmaker style and a CoreXY from kits. Various hotends. Using Duets (2 and 3) running 3.4.1

          1 Reply Last reply Reply Quote 0
          • Super08
            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