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

    Enable Workplace in LASER mode

    Scheduled Pinned Locked Moved Solved
    Laser Cutters
    3
    5
    329
    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.
    • paulg4hundefined
      paulg4h
      last edited by paulg4h

      Hello,

      I am using my Co2 Laser with RRF and DWC (ESP), all works perfectly beside one small issue. When I like to cut a part from an already used worksheet I need to set the X and Y zero with G92 and then it happens that the Laser moves outside machine boundaries and hits the end of the axes...

      So it would be perfect when the workplace options from CNC mode are shown in DWC also in LASER mode.

      Many thank's!

      paulg4hundefined 1 Reply Last reply Reply Quote 0
      • paulg4hundefined
        paulg4h @paulg4h
        last edited by

        @paulg4h the workouround which "solves" this issue for me are

        create a macro like G10 with the following content:

        G10 L2 X{move.axes[0].machinePosition} Y{move.axes[1].machinePosition}
        

        Then position the laser on the worksheet zero and call it with DWC or Display.

        jay_s_ukundefined 1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk @paulg4h
          last edited by

          @paulg4h you could use BtnCmd to create custom buttons that enable offsets to be created
          https://forum.duet3d.com/topic/22776/btncmd-dwc-plugin-create-custom-layouts-action-buttons

          or maybe the CNC version from DWC can also be activated in laser mode @Sindarius ?

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          Sindariusundefined 1 Reply Last reply Reply Quote 1
          • Sindariusundefined
            Sindarius @jay_s_uk
            last edited by

            @jay_s_uk The DWC-CNC version will show the CNC dashboard if set to Laser mode.

            paulg4hundefined 1 Reply Last reply Reply Quote 2
            • paulg4hundefined
              paulg4h @Sindarius
              last edited by paulg4h

              @sindarius @jay_s_uk

              I grab the latest from here:
              https://github.com/Duet3D/DWC-CNC/releases

              Awesome!

              You dit a great job!

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