Improve UBL mesh report. Add M420 T, M421 N

This commit is contained in:
Scott Lahteine
2018-04-17 15:52:56 -05:00
parent 3c826e5d05
commit 0746aff595
4 changed files with 85 additions and 64 deletions

View File

@@ -252,9 +252,7 @@
* for subsequent Load and Store operations. Valid storage slot numbers begin at 0 and
* extend to a limit related to the available EEPROM storage.
*
* S -1 Store Store the current Mesh as a print out that is suitable to be feed back into the system
* at a later date. The GCode output can be saved and later replayed by the host software
* to reconstruct the current mesh on another machine.
* S -1 Store Print the current Mesh as G-code that can be used to restore the mesh anytime.
*
* T Topology Display the Mesh Map Topology.
* 'T' can be used alone (e.g., G29 T) or in combination with most of the other commands.