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

CNC with no end limit's

Scheduled Pinned Locked Moved Solved
CNC
6
9
525
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
    Egauss
    last edited by 21 May 2021, 09:26

    Anybody can point me how to setup CNC with no end stops, limit switches, I did config file without them, was using tool. But DWC still asking to home before do any movement....

    undefined undefined undefined 3 Replies Last reply 21 May 2021, 10:02 Reply Quote 0
    • undefined
      EducatingSavvas @Egauss
      last edited by 21 May 2021, 10:02

      @egauss Have you looked at this yet: https://duet3d.dozuki.com/Wiki/Stall_detection_and_sensorless_homing

      1 Reply Last reply Reply Quote 1
      • undefined
        Sindarius @Egauss
        last edited by Sindarius 21 May 2021, 11:14

        @egauss What I have done is replace whatever is in homeall.g with the following, adjust based one whatever axes you have configured.

        G92 X0 Y0 Z0

        You can also go to the individual homex.g homey.g and homez.g and put in G92 commands there as well.

        undefined 1 Reply Last reply 21 May 2021, 12:12 Reply Quote 1
        • undefined
          droftarts administrators @Egauss
          last edited by 21 May 2021, 12:07

          @egauss The firmware will set all axis positions to 0 on power up. You can add M564 H0 S0 to your config.g to allow movement of axes that have not been homed, and allow movement outside boundaries set by M208. See https://duet3d.dozuki.com/Wiki/Gcode#Section_M564_Limit_axes

          With any of the commands that allow you to move the axes before the firmware really knows where it is, exercise caution or you may wreck your machine.

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          undefined 1 Reply Last reply 21 May 2021, 19:27 Reply Quote 1
          • undefined
            Egauss
            last edited by 21 May 2021, 12:11

            @droftarts Thank you, i will try this evening

            1 Reply Last reply Reply Quote 0
            • undefined
              Egauss @Sindarius
              last edited by 21 May 2021, 12:12

              @sindarius Thanks

              1 Reply Last reply Reply Quote 0
              • undefined
                Egauss @droftarts
                last edited by 21 May 2021, 19:27

                @droftarts Does the Warning to home at DWC for axis will stay all the time?

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 21 May 2021, 20:03

                  Only when unhomed. Once the axis have been homed (by any means), no more warning.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    SupraGuy
                    last edited by 21 May 2021, 21:04

                    If you use G92 to set Z to zero, make sure that you allow the Z axis to go negative by more than you will need to cut, or set it to the minimum depth. The firmware by default won't allow the axis to go negative, so you will get an error "out of limits" and your gcode will abort when you try to plunge into the work.

                    You'll also want to allow negative movement in the X and Y axes as well, since most CAM software sets the 0,0 point as the outside of whatever shape you're cutting and will want to go negative by at least 1/2 your tool diameter at some point.

                    Lead screw driven printer, powered by Duet 2 Wifi
                    MPCNC powered by Duet 2 Wifi
                    CoreXY printer driven by Duet 3 6HC
                    LowRider CNC powered by Duet 2 Wifi

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