Commit cd5555b8 authored by MagoKimbra's avatar MagoKimbra

Update Features.md

parent 5160c0c9
...@@ -165,7 +165,7 @@ I put in a single firmware all the firmware that I found online for the various ...@@ -165,7 +165,7 @@ I put in a single firmware all the firmware that I found online for the various
### Singlenozzle ### Singlenozzle
If have one hotend and more extruder define SINGLENOZZLE for unique temperature. If have one hotend and more extruder define SINGLENOZZLE for unique temperature.
* \ Uncomment below to enable SINGLENOZZLE (One Hotend) * Uncomment below to enable SINGLENOZZLE (One Hotend)
* \#define SINGLENOZZLE //This is used for singlenozzled multiple extrusion configuration * \#define SINGLENOZZLE //This is used for singlenozzled multiple extrusion configuration
...@@ -252,7 +252,7 @@ Set start and end locations used to deploy the Z-Probe: ...@@ -252,7 +252,7 @@ Set start and end locations used to deploy the Z-Probe:
* \#define Z_PROBE_RETRACT_START_LOCATION {49, 84, 20, 0} * \#define Z_PROBE_RETRACT_START_LOCATION {49, 84, 20, 0}
* \#define Z_PROBE_RETRACT_END_LOCATION {49, 84, 1, 0} * \#define Z_PROBE_RETRACT_END_LOCATION {49, 84, 1, 0}
Set precision for autocalibration G30 function – calibration will complete when this value is reached – all probed point have to be at 0 +/- 0.015mm (for 0.03 setting below) Set precision for autocalibration G30 function – calibration will complete when this value is reached – all probed point have to be at 0 +/- 0.015mm (for 0.03 setting below)
* \#define AUTOCALIBRATION_PRECISION 0.03 // mm * \#define AUTOCALIBRATION_PRECISION 0.03 // mm
...@@ -265,4 +265,4 @@ Set distance to probe bed at for G30 function ...@@ -265,4 +265,4 @@ Set distance to probe bed at for G30 function
Test firmware uncomment Test firmware uncomment
* \#define FIRMWARE_TEST in configuration.h * \#define FIRMWARE_TEST in configuration.h
Use baudrate 115200 and use Arduino serial monitor. Use baudrate 115200 and use Arduino serial monitor.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment