displaying mesh map
-
Is it possible to display the mesh map via a macro ?
I have a macro to do mesh height sensing and updating the mesh map but still have to display the map manually. It would be nice if I could change the macro so that the last thing it does is to display the now updated mesh map. -
@jens55 not directly from a macro, because thats a DWC feature, rather than a firmware feature.
I have moved this post to DWC wishlist as it would need to be a check box in DWC to display it after MBL.
-
Thank you !
-
Odd, it used to display on screen after g29 was finished.
-
From a code standpoint, my guess is that it’s just listening for the G29 code to execute in the gcode input box then wait for the command to finish. Might be a different watch for the macros that is missing the G29 watch. Have you tried just typing in G29 in the web gcode input to see if that shows the height map? (or each piece of tbe macro into the text box if necessary)?
-
@Phaedrux think that changed from DWC 1.x to 2.x
-
I wonder what the reason was for dropping the automatic graph display or for not having a switch to choose between having it or not having it.