Browse Source

Fix some comments

Scott Lahteine 3 years ago
parent
commit
8a55f9405c
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Configuration_adv.h

+ 3
- 3
Marlin/Configuration.h View File

@@ -1376,14 +1376,14 @@
1376 1376
 //
1377 1377
 // - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
1378 1378
 // - If stepper drivers time out, it will need X and Y homing again before Z homing.
1379
-// - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
1379
+// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
1380 1380
 // - Prevent Z homing when the Z probe is outside bed area.
1381 1381
 //
1382 1382
 //#define Z_SAFE_HOMING
1383 1383
 
1384 1384
 #if ENABLED(Z_SAFE_HOMING)
1385
-  #define Z_SAFE_HOMING_X_POINT X_CENTER  // X point for Z homing when homing all axes (G28).
1386
-  #define Z_SAFE_HOMING_Y_POINT Y_CENTER  // Y point for Z homing when homing all axes (G28).
1385
+  #define Z_SAFE_HOMING_X_POINT X_CENTER  // X point for Z homing
1386
+  #define Z_SAFE_HOMING_Y_POINT Y_CENTER  // Y point for Z homing
1387 1387
 #endif
1388 1388
 
1389 1389
 // Homing speeds (mm/m)

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -36,7 +36,7 @@
36 36
 // @section temperature
37 37
 
38 38
 //===========================================================================
39
-//=============================Thermal Settings  ============================
39
+//============================= Thermal Settings ============================
40 40
 //===========================================================================
41 41
 
42 42
 /**

Loading…
Cancel
Save