Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    G32 tries to go negative on X axis

    Gcode meta commands
    2
    2
    45
    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.
    • hbrownell
      hbrownell last edited by

      Thanks for the help folks, moving on to the next round, G32. It does the first probe just fine, but then X tries to go negative and rubs the belt (that da-da-da-da-da sound) but then continues on to the rest. I can't find where the odd plot number is..

      config.g
      ; Axis Limits
      M208 X20 Y-19 Z0 S1 ; set axis minima
      M208 X230 Y215 Z200 S0 ; set axis maxima

      bed.g
      ; called to perform automatic bed compensation via G32
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.3 on Sun May 16 2021 20:01:34 GMT-0500 (Central Daylight Time)
      M561 ; clear any bed transform
      ;G29 ; probe the bed and enable compensation
      ;Dual Z bed.g
      G28 ; home
      G30 P0 X20 Y105 Z-99999 ; probe near a leadscrew, half way along Y axis
      G30 P1 X180 Y105 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
      G28 Z

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

        Please post your full config.g and homeall.g as well.

        Need to see your probe offset.

        @hbrownell said in G32 tries to go negative on X axis:

        M208 X20

        This means that when your X endstop is triggered your nozzle is actually at 20mm inside of the bed surface? Is that correct? Or do you mean it's 20mm outside of the bed surface?

        Z-Bot CoreXY Build | Thingiverse Profile

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