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

    Cant home z in laser mode

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    4
    386
    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.
    • Zandrundefined
      Zandr
      last edited by

      Hi, I am having an issue in laser mode where when i try to home my z it will move all the way up but ignore the end stop. i dont have this problem if i switch to FFF mode.

      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Mar 12 2018 16:19:25 GMT+0000 (GMT Standard Time)
      G91 ; relative positioning
      G1 S1 Z94 F1500 ; move quickly to Z axis endstop and stop there (first pass)
      G1 Z-3 F2400 ; go back a few mm
      G1 S1 Z94 F300 ; move slowly to Z axis endstop once more (second pass)
      G90 ; absolute positioning

      1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by A Former User

        In laser mode S sets the laser power, you need to use H instead to control the limit switch behaviour (can use H in FFF mode as well)

        Zandrundefined 1 Reply Last reply Reply Quote 1
        • Zandrundefined
          Zandr
          last edited by

          Thank you i will give this a shot i knew it had to be simple 🙂

          1 Reply Last reply Reply Quote 0
          • Zandrundefined
            Zandr @A Former User
            last edited by

            @bearer thank you all working 🙂

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