Sfoglia il codice sorgente

Minor spelling patch

Scott Lahteine 8 anni fa
parent
commit
e19fbd27ce
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      Marlin/G26_Mesh_Validation_Tool.cpp

+ 2
- 2
Marlin/G26_Mesh_Validation_Tool.cpp Vedi File

@@ -183,8 +183,8 @@
183 183
     int   i, xi, yi;
184 184
     mesh_index_pair location;
185 185
 
186
-    // Don't allow Mesh Validation without homing first
187
-    // If the paramter parsing did not go OK, we abort the command
186
+    // Don't allow Mesh Validation without homing first,
187
+    // or if the parameter parsing did not go OK, abort
188 188
     if (axis_unhomed_error(true, true, true) || parse_G26_parameters()) return;
189 189
 
190 190
     if (current_position[Z_AXIS] < Z_CLEARANCE_BETWEEN_PROBES) {

Loading…
Annulla
Salva