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

    Setting up 4th axis on laser cutter

    Scheduled Pinned Locked Moved
    CNC
    3
    5
    217
    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.
    • flopesundefined
      flopes
      last edited by

      Hi. I am trying to config the 4th axis as A on the 4th driver of the Duet2 Wifi. Now the motor is installed but I cannot home the drive, since it has no home sensor.
      Please help.
      Thanks.
      I am runing the 3.3 firmware. This is a copy of my config.
      ; General preferences
      M575 P1 S1 B57600 ; enable support for PanelDue
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Laser Cutter" ; set printer name

      ; BOARD SETUP

      M452 ; cnc mode
      M950S2C"EXP.HEATER3" ;Set blower on P2/Heater3
      M950P3C"EXP.HEATER4" ; set Shutter on P3/Heater4
      M950P4C"EXP.HEATER5" ; set "Laser Off" on P4/Heater5
      M280P2S1000 ; set blower "off" to enable it
      M42P3S255 ; turn Shutter off
      M42P4S255 ; turn Laser Power on
      M203I0 ; set min axis speeds to 0

      ; ROTARY AXIS
      M584 A3 R1S1 ;set A axis as rotary

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0 S1 ; physical drive 0 goes forwards
      M569 P1 S0 ; physical drive 1 goes backwards
      M569 P2 S1 ; physical drive 2 goes forwards
      M569 P3 S1 ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 A3 ; set drive mapping
      M350 X8 Y8 Z8 A8 I0 ; configure microstepping without interpolation
      M92 X1600.00 Y1600.00 Z1600.00 A4.44 ; set steps per mm
      M566 X180.00 Y180.00 Z180.00 A180.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X600.00 Y600.00 Z600.00 A43200.00 ; set maximum speeds (mm/min)
      M201 X10.00 Y10.00 Z10.00 A100.00 ; set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 A300 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S1 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z-60 S1 ; set axis minima
      M208 X110 Y110 Z41.5 S0

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

        Try using G92 A0 to set the position of the axis manually which will mark it as homed.

        Z-Bot CoreXY Build | Thingiverse Profile

        flopesundefined 1 Reply Last reply Reply Quote 0
        • flopesundefined
          flopes @Phaedrux
          last edited by

          @Phaedrux Solved. Thanks

          flopesundefined 1 Reply Last reply Reply Quote 0
          • flopesundefined
            flopes @flopes
            last edited by

            @flopes do you have a nice way to attach an analog joystick to the duet 3d?

            o_lampeundefined 1 Reply Last reply Reply Quote 0
            • o_lampeundefined
              o_lampe @flopes
              last edited by o_lampe

              @flopes There are CNC-pendants, which also work with Duet boards, but AFAIK they're digital. Or at least they have a digital interface to the Duet...

              //edit check here for a new analog variant

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