From 967bf41080a492264542be83ca5387f3bae4aa9e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 6 Feb 2018 00:59:43 -0600 Subject: [PATCH] Add a proper comment for G26 --- Marlin/G26_Mesh_Validation_Tool.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Marlin/G26_Mesh_Validation_Tool.cpp b/Marlin/G26_Mesh_Validation_Tool.cpp index febe27199..0fe745da8 100644 --- a/Marlin/G26_Mesh_Validation_Tool.cpp +++ b/Marlin/G26_Mesh_Validation_Tool.cpp @@ -551,6 +551,24 @@ * * Used to interactively edit the mesh by placing the * nozzle in a problem area and doing a G29 P4 R command. + * + * Parameters: + * + * B Bed Temperature + * C Continue from the Closest mesh point + * D Disable leveling before starting + * F Filament diameter + * H Hotend Temperature + * K Keep heaters on when completed + * L Layer Height + * O Ooze extrusion length + * P Prime length + * Q Retraction multiplier + * R Repetitions (number of grid points) + * S Nozzle Size (diameter) in mm + * U Random deviation (50 if no value given) + * X X position + * Y Y position */ void gcode_G26() { SERIAL_ECHOLNPGM("G26 command started. Waiting for heater(s).");