|
@@ -53,7 +53,7 @@ Features:
|
53
|
53
|
* Configurable serial port to support connection of wireless adaptors.
|
54
|
54
|
* Automatic operation of extruder/cold-end cooling fans based on nozzle temperature
|
55
|
55
|
* RC Servo Support, specify angle or duration for continuous rotation servos.
|
56
|
|
-* Bed Auto Leveling.
|
|
56
|
+* Auto Bed Compensation.
|
57
|
57
|
* Support for a filament diameter sensor, which adjusts extrusion volume
|
58
|
58
|
|
59
|
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,7 +279,7 @@ If all goes well the firmware is uploading
|
279
|
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
|
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
|
285
|
See the section for each option below for specifics about installation and configuration. Also included are instructions that apply to both options.
|
|
@@ -295,7 +295,7 @@ If jumping the arduino Vcc do RAMPS 5V rail, take care to not use a power hungry
|
295
|
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
|
300
|
The following options define the probing positions. These are good starting values.
|
301
|
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,7 +391,7 @@ For example, suppose you measured the endstop position and it was 20mm to the ri
|
391
|
391
|
* \#define Y_PROBE_OFFSET_FROM_EXTRUDER 10
|
392
|
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
|
396
|
Filament Sensor
|
397
|
397
|
---------------
|