Navigation

    Duet3D Logo

    Duet3D

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

    RRF and DCS OM both missing heightmap info

    Beta Firmware
    2
    4
    27
    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.
    • gtj0
      gtj0 last edited by

      @dc42: In RRF "file" is missing...

               "compensation" : {
                  "fadeHeight" : null,
                  "meshDeviation" : {
                     "deviation" : 0,
                     "mean" : 0
                  },
                  "probeGrid" : {
                     "radius" : -1,
                     "xMax" : 235,
                     "xMin" : -235,
                     "xSpacing" : 23.5,
                     "yMax" : 235,
                     "yMin" : -235,
                     "ySpacing" : 23.5
                  },
                  "type" : "mesh"
               },
      

      @chrishamm: In DCS, "file" is null:

               "compensation" : {
                  "fadeHeight" : null,
                  "file" : null,
                  "meshDeviation" : {
                     "deviation" : 0,
                     "mean" : 0
                  },
                  "probeGrid" : {
                     "radius" : -1,
                     "xMax" : 235,
                     "xMin" : -235,
                     "xSpacing" : 23.5,
                     "yMax" : 235,
                     "yMin" : -235,
                     "ySpacing" : 23.5
                  },
                  "type" : "mesh"
               },
      

      In both, deviation and mean are 0.

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

        You haven't said whether the OM extract from RRF was when the Duet is in standalone mode or attached SBC mode. In standalone mode the filename should be present whenever mesh compensation is active. In SBC mode it deliberately isn't included, because DSF has control of the height map file.

        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

        gtj0 1 Reply Last reply Reply Quote 0
        • gtj0
          gtj0 @dc42 last edited by

          @dc42 Everything I do is in DSF/SBC mode unless otherwise specified. 🙂

          1 Reply Last reply Reply Quote 0
          • gtj0
            gtj0 last edited by

            I'll open a GutHub issue for @chrishamm .

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