🎨 Clean up whitespace

This commit is contained in:
Scott Lahteine 2022-06-07 18:39:30 -05:00
parent 78982d1ddf
commit 2b55a553b7
2 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ In addition to the existing options
I believe the configuration should work for all these options, but since I was
only able to test with the VM8204 and full graphic LCD, I have created a new
configuration. If you don't have an upgraded K8200 or 3drag, you may wish to
use the original version.
use the original version.
# Instructions
@ -36,8 +36,8 @@ the following is uncommented, otherwise comment it out
## Notes
I (pau1ie) tested this configuration on my K8200 with VM8204 Z axis and
full graphic controller. I purchased a 3drag controller main board which is
identical to the Velleman supplied one, so I am confident this firmware
full graphic controller. I purchased a 3drag controller main board which is
identical to the Velleman supplied one, so I am confident this firmware
will also work with the 3drag as CONSULiTAS states below.
Only one LCD screen is supported (they plug into the same place), so only one of them should be uncommented.

View file

@ -12,16 +12,16 @@ Please note the monorpice cadet printer is a rebranded version of these printers
## Adding wifi support using ESP3D
You can add wifi support using [ESP3D](https://github.com/luc-github/ESP3D).
Basically connect your own NodeMCU to second serial port of the MCU.
You can add wifi support using [ESP3D](https://github.com/luc-github/ESP3D).
Basically connect your own NodeMCU to second serial port of the MCU.
See ESP3D wiki for connection diagram.
In Marlin configuration.h set:
In Marlin configuration.h set:
`#define SERIAL_PORT_2 3`
## Manufacturer wifi support
Examples provided here have not been tested with wifi board from manufacturer.
Examples provided here have not been tested with wifi board from manufacturer.
Setting `#define SERIAL_PORT_2 3` in Marlin configuration.h might be enough to work with manufacturer wifi board.
Feedback are welcome.