Browse Source

Fix a spelling boo

Scott Lahteine 8 years ago
parent
commit
b0ba5cae73
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/G26_Mesh_Validation_Tool.cpp
  2. 1
    1
      Marlin/ubl_G29.cpp

+ 1
- 1
Marlin/G26_Mesh_Validation_Tool.cpp View File

100
    *                    'n' can be used instead if your host program does not appreciate you using 'N'.
100
    *                    'n' can be used instead if your host program does not appreciate you using 'N'.
101
    *
101
    *
102
    *   O #  Ooooze      How much your nozzle will Ooooze filament while getting in position to print.  This
102
    *   O #  Ooooze      How much your nozzle will Ooooze filament while getting in position to print.  This
103
-   *                    is over kill, but using this parameter will let you get the very first 'cicle' perfect
103
+   *                    is over kill, but using this parameter will let you get the very first 'circle' perfect
104
    *                    so you have a trophy to peel off of the bed and hang up to show how perfectly you have your
104
    *                    so you have a trophy to peel off of the bed and hang up to show how perfectly you have your
105
    *                    Mesh calibrated.  If not specified, a filament length of .3mm is assumed.
105
    *                    Mesh calibrated.  If not specified, a filament length of .3mm is assumed.
106
    *
106
    *

+ 1
- 1
Marlin/ubl_G29.cpp View File

209
    *                    Mesh Validation Pattern phase.   Please note that you are populating your mesh with unverified
209
    *                    Mesh Validation Pattern phase.   Please note that you are populating your mesh with unverified
210
    *                    numbers.  You should use some scrutiny and caution.
210
    *                    numbers.  You should use some scrutiny and caution.
211
    *
211
    *
212
-   *   P4    Phase 4    Fine tune the Mesh. The Delta Mesh Compensation System assume the existance of
212
+   *   P4    Phase 4    Fine tune the Mesh. The Delta Mesh Compensation System assume the existence of
213
    *                    an LCD Panel. It is possible to fine tune the mesh without the use of an LCD Panel.
213
    *                    an LCD Panel. It is possible to fine tune the mesh without the use of an LCD Panel.
214
    *                    (More work and details on doing this later!)
214
    *                    (More work and details on doing this later!)
215
    *                    The System will search for the closest Mesh Point to the nozzle. It will move the
215
    *                    The System will search for the closest Mesh Point to the nozzle. It will move the

Loading…
Cancel
Save