Browse Source

Update README.md

Changed "Bed Auto Level" (and variants) to "Auto Bed Compensation".
John Davis 10 years ago
parent
commit
4ebeb14026
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

53
 *   Configurable serial port to support connection of wireless adaptors.
53
 *   Configurable serial port to support connection of wireless adaptors.
54
 *   Automatic operation of extruder/cold-end cooling fans based on nozzle temperature
54
 *   Automatic operation of extruder/cold-end cooling fans based on nozzle temperature
55
 *   RC Servo Support, specify angle or duration for continuous rotation servos.
55
 *   RC Servo Support, specify angle or duration for continuous rotation servos.
56
-*   Bed Auto Leveling.
56
+*   Auto Bed Compensation.
57
 *   Support for a filament diameter sensor, which adjusts extrusion volume
57
 *   Support for a filament diameter sensor, which adjusts extrusion volume
58
 
58
 
59
 The default baudrate is 250000. This baudrate has less jitter and hence errors than the usual 115200 baud, but is less supported by drivers and host-environments.
59
 The default baudrate is 250000. This baudrate has less jitter and hence errors than the usual 115200 baud, but is less supported by drivers and host-environments.
279
 That's ok.  Enjoy Silky Smooth Printing.
279
 That's ok.  Enjoy Silky Smooth Printing.
280
 
280
 
281
 ===============================================
281
 ===============================================
282
-Instructions for configuring Bed Auto Leveling
282
+Instructions for configuring Auto Bed Compensation
283
 ===============================================
283
 ===============================================
284
 There are two options for this feature. You may choose to use a servo mounted on the X carriage or you may use a sled that mounts on the X axis and can be docked when not in use.
284
 There are two options for this feature. You may choose to use a servo mounted on the X carriage or you may use a sled that mounts on the X axis and can be docked when not in use.
285
 See the section for each option below for specifics about installation and configuration. Also included are instructions that apply to both options.
285
 See the section for each option below for specifics about installation and configuration. Also included are instructions that apply to both options.
295
 Instructions for Both Options
295
 Instructions for Both Options
296
 -----------------------------
296
 -----------------------------
297
 
297
 
298
-Uncomment the "ENABLE_AUTO_BED_LEVELING" define (commented by default)
298
+Uncomment the "ENABLE_AUTO_BED_COMPENSATION" define (commented by default)
299
 
299
 
300
 The following options define the probing positions. These are good starting values.
300
 The following options define the probing positions. These are good starting values.
301
 I recommend to keep a better clearance from borders in the first run and then make the probes as close as possible to borders:
301
 I recommend to keep a better clearance from borders in the first run and then make the probes as close as possible to borders:
391
 * \#define Y_PROBE_OFFSET_FROM_EXTRUDER 10
391
 * \#define Y_PROBE_OFFSET_FROM_EXTRUDER 10
392
 * \#define Z_PROBE_OFFSET_FROM_EXTRUDER 2.75
392
 * \#define Z_PROBE_OFFSET_FROM_EXTRUDER 2.75
393
 
393
 
394
-That's it.. enjoy never having to calibrate your Z endstop neither leveling your bed by hand anymore ;-)
394
+That's it.. enjoy never having to calibrate your Z endstop neither tramming your bed by hand anymore ;-)
395
 
395
 
396
 Filament Sensor
396
 Filament Sensor
397
 ---------------
397
 ---------------

Loading…
Cancel
Save