Browse Source

Fix some spelingz

Scott Lahteine 7 years ago
parent
commit
8922b56b58
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/gcode/calibrate/G33.cpp

+ 3
- 3
Marlin/src/gcode/calibrate/G33.cpp View File

370
  *      P1     Probe center and set height only.
370
  *      P1     Probe center and set height only.
371
  *      P2     Probe center and towers. Set height, endstops and delta radius.
371
  *      P2     Probe center and towers. Set height, endstops and delta radius.
372
  *      P3     Probe all positions: center, towers and opposite towers. Set all.
372
  *      P3     Probe all positions: center, towers and opposite towers. Set all.
373
- *      P4-P10 Probe all positions + at different itermediate locations and average them.
373
+ *      P4-P10 Probe all positions + at different intermediate locations and average them.
374
  *
374
  *
375
  *   T   Don't calibrate tower angle corrections
375
  *   T   Don't calibrate tower angle corrections
376
  *
376
  *
377
  *   Cn.nn  Calibration precision; when omitted calibrates to maximum precision
377
  *   Cn.nn  Calibration precision; when omitted calibrates to maximum precision
378
  *
378
  *
379
- *   Fn  Force to run at least n iterations and takes the best result
379
+ *   Fn  Force to run at least n iterations and take the best result
380
  *
380
  *
381
- *   A   Auto tune calibartion factors (set in Configuration.h)
381
+ *   A   Auto-tune calibration factors (set in Configuration.h)
382
  *
382
  *
383
  *   Vn  Verbose level:
383
  *   Vn  Verbose level:
384
  *      V0  Dry-run mode. Report settings and probe results. No calibration.
384
  *      V0  Dry-run mode. Report settings and probe results. No calibration.

Loading…
Cancel
Save