|
@@ -127,9 +127,6 @@
|
127
|
127
|
* J # Grid Perform a Grid Based Leveling of the current Mesh using a grid with n points on a side.
|
128
|
128
|
* Not specifying a grid size will invoke the 3-Point leveling function.
|
129
|
129
|
*
|
130
|
|
- * K # Kompare Kompare current Mesh with stored Mesh # replacing current Mesh with the result. This
|
131
|
|
- * command literally performs a diff between two Meshes.
|
132
|
|
- *
|
133
|
130
|
* L Load Load Mesh from the previously activated location in the EEPROM.
|
134
|
131
|
*
|
135
|
132
|
* L # Load Load Mesh from the specified location in the EEPROM. Set this location as activated
|
|
@@ -265,12 +262,20 @@
|
265
|
262
|
*
|
266
|
263
|
* V # Verbosity Set the verbosity level (0-4) for extra details. (Default 0)
|
267
|
264
|
*
|
268
|
|
- * W What? Display valuable Unified Bed Leveling System data.
|
269
|
|
- *
|
270
|
265
|
* X # X Location for this command
|
271
|
266
|
*
|
272
|
267
|
* Y # Y Location for this command
|
273
|
268
|
*
|
|
269
|
+ * With UBL_DEVEL_DEBUGGING:
|
|
270
|
+ *
|
|
271
|
+ * K # Kompare Kompare current Mesh with stored Mesh #, replacing current Mesh with the result.
|
|
272
|
+ * This command literally performs a diff between two Meshes.
|
|
273
|
+ *
|
|
274
|
+ * Q-1 Dump EEPROM Dump the UBL contents stored in EEPROM as HEX format. Useful for developers to help
|
|
275
|
+ * verify correct operation of the UBL.
|
|
276
|
+ *
|
|
277
|
+ * W What? Display valuable UBL data.
|
|
278
|
+ *
|
274
|
279
|
*
|
275
|
280
|
* Release Notes:
|
276
|
281
|
* You MUST do M502, M500 to initialize the storage. Failure to do this will cause all
|