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

    run G29 if no bedcompensation is loaded

    Scheduled Pinned Locked Moved
    Gcode meta commands
    4
    5
    180
    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.
    • poohzazaundefined
      poohzaza
      last edited by

      hi just wondering is there a way to run G29 only if there is no loaded mesh bed compensation in that boot

      thanks

      1 Reply Last reply Reply Quote 0
      • OwenDundefined
        OwenD
        last edited by

        You can test if the liveGrid object model is null

        if move.compensation.liveGrid = null
            G29
        
        poohzazaundefined 1 Reply Last reply Reply Quote 1
        • poohzazaundefined
          poohzaza @OwenD
          last edited by

          @OwenD what reprap firmware version is required to run this? because last time i updated my firmware was like 2 years ago

          jay_s_ukundefined chrishammundefined 2 Replies Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @poohzaza
            last edited by

            @poohzaza i think it may be 3.2

            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

            1 Reply Last reply Reply Quote 0
            • chrishammundefined
              chrishamm administrators @poohzaza
              last edited by chrishamm

              @poohzaza Good idea to upgrade to the latest v3.4.5 then. There is also a DWC plugin RelaseMgr which highlights potential incompatibilites since your last firmware version.

              Duet software engineer

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