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

    How to zero the heightmap.csv?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    3
    994
    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.
    • pro3dundefined
      pro3d
      last edited by

      Is there a command or should I just use notepad?

      I wonder if there is a way to zero out the heightmap file so all triggerpoints are zeroed out?

      I dont trust the M561/G29 S2 and I dont want to accidentally call the heightmap so I want to clear the table

      I also still wonder why we have both M561 and G29 S2 in the DWC menu as it confuses me.

      I am told they do the same and then the quite opposite but think this is a delta thing for G32...? It should be cleaned up

      Valkyrie DIY High Temp 3D Printer

      R&D - Engineering Designer - Viking 3D Printers
      https://vkingprinter.com/

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

        Just delete the heightmap.csv file, then you will get an error message if you try to load it.

        The reasons for having both M561 and G29 S2 do the same thing are historical. They execute the same code in the firmware.

        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
        • Anzereundefined
          Anzere
          last edited by Anzere

          You can edit the heightmap.csv file in notepad, excel or the DWC. Just make sure that you keep the commas and filetype correct and you will be fine. This is what my flat heightmap.csv looked like:

          RepRapFirmware height map file v2 generated at 2018-06-09 11:04, mean error 0, deviation 0
          xmin,xmax,ymin,ymax,radius,xspacing,yspacing,xnum,ynum
          0.00,325.00,30.00,380.00,-1.00,30.00,30.00,11,12
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
          0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0

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