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

    IR Probe w/wo bed.g?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    4
    891
    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.
    • perolalarsundefined
      perolalars
      last edited by

      Hi
      I am in the finalizing settings of my diy corexy printer. I have an ir probe from dc both for z-axis homing and bed calibration. I have gotten the homing working but I cant get my head around bed calibration.
      Should/must I have a "bed.g" to store my settings in or does it work with settings in "config.g"?
      All the info about "bed.g" seems to be for delta printers or am I wrong?
      How should the code look both for probing the bed and to make use of the collected probe data?
      Still quite new to this so plz bear with me!
      Per

      1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman
        last edited by

        Hi Per,

        You can either have a bed.g file or set the coordinates in your config.g using M557 (see here http://reprap.org/wiki/G-code#M557:_Set_Z_probe_point)). Either way, you define the xy coordinates of the points where you want to probe the bed. Personally, I prefer to use a bed.g file. I think best practice is to define the points in a clockwise direction, usually starting from front left.
        HTH

        Ian

        Ian
        https://somei3deas.wordpress.com/
        https://www.youtube.com/@deckingman

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          The bed.g file for a Cartesian or CoreXY printer is described here https://duet3d.com/wiki/Configuring_RepRapFirmware_for_a_Cartesian_printer#Bed_probing_file. Whether you use bed.g or M557, the probe points must be in a clockwise order around the bed starting with the point nearest the [0,0] corner.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • perolalarsundefined
            perolalars
            last edited by

            Okey, think I will go with the bed.g solution then.
            Thanks for clarifying

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