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

    G1 H1 Z-255 doesn't seem to work

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    4
    5
    375
    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.
    • jovundefined
      jov
      last edited by

      The homing of the Z axis with the command G1 H1 Z-255 F360 doesn't seem to work. This is my homeall.g:

      ; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Feb 17 2020 21:33:03 GMT+0100 (Central European Standard Time)
      G91                     ; relative positioning
      G1 H2 Z5 F6000          ; lift Z relative to current position
      G1 H1 X-290 Y-305 F1800 ; move quickly to X or Y endstop and stop there (first pass)
      G1 H1 X-290             ; home X axis
      G1 H1 Y-305             ; home Y axis
      G1 X5 Y5 F6000          ; go back a few mm
      G1 H1 X-290 F360        ; move slowly to X axis endstop once more (second pass)
      G1 H1 Y-305             ; then move slowly to Y axis endstop
      G1 H1 Z-255 F360        ; move Z down stopping at the endstop
      G90                     ; absolute positioning
      G92 Z0                  ; set Z position to axis minimum (you may want to adjust this)
      

      Every other command in the homeall.g works if I enter them in the console window, except that one. If I replace the last three lines with:

      G30
      G90
      G92 Z5
      

      I get the proper homing behaviour.

      But I don't understand why G1 H1 Z-255 doesn't work, am I missing something here?

      1 Reply Last reply Reply Quote 0
      • SIamundefined
        SIam
        last edited by SIam

        your z-min is on 0 so you can't drive in to negative area

        G92 Z0
        

        btw why you have so big negative settings?

        i have overseen that you use the relative positioning...

        Hypercube-Evolution-Hybrid, Piezo Orion, Orbiter
        Duet WiFi 1.02 or later + DueX5
        RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta4 (2021-09-27 11:30:36)
        Duet WiFi Server: 1.26
        Duet Web Control 3.4.0beta4 (2021-09-27)

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

          Are you using a probe or an endstop switch?

          G30 is for the probe, so if that works, you must be using a probe.

          G1 H1 Z-255 will only work if you have an endstop configured and installed for Zmin.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • jovundefined
            jov
            last edited by

            @Phaedrux said in G1 H1 Z-255 doesn't seem to work:

            G1 H1 Z-255 will only work if you have an endstop configured and installed for Zmin.

            Aaaaaah, thanks. I'm using a probe indeed (Piezo Orion).

            1 Reply Last reply Reply Quote 0
            • Danalundefined
              Danal
              last edited by

              H2 will work with a probe. Maybe.

              Delta / Kossel printer fanatic

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