Navigation

    Duet3D Logo

    Duet3D

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

    Heightmap format different between RRF and DSF

    Firmware developers
    2
    3
    85
    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 It looks like RRF always writes the heightmap file in the latest version...
      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1

      @chrishamm It looks like DSF always writes in the previous version:
      xmin,xmax,ymin,ymax,radius,xspacing,yspacing,xnum,ynum

      Both RRF and DSF write "v2" for the version string.
      RepRapFirmware height map file v2 generated at

      Think you guys can sync this in 3.4 and maybe bump the version string?

      chrishamm 1 Reply Last reply Reply Quote 1
      • chrishamm
        chrishamm administrators @gtj0 last edited by

        @gtj0 Thanks for the note, I'll take care of it. We plan to remove the extra code from DSF which writes the heightmap so that RRF loads and saves CSV heightmap files using the new file interface.

        Duet software engineer

        gtj0 1 Reply Last reply Reply Quote 1
        • gtj0
          gtj0 @chrishamm last edited by

          @chrishamm Cool, thanks!

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