diff --git a/config/examples/Velleman/K8200 Upgraded/README.md b/config/examples/Velleman/K8200 Upgraded/README.md index 0abce86976..5947b2f594 100644 --- a/config/examples/Velleman/K8200 Upgraded/README.md +++ b/config/examples/Velleman/K8200 Upgraded/README.md @@ -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. diff --git a/config/examples/Weedo/Tina2/README.md b/config/examples/Weedo/Tina2/README.md index 23216a63e7..a126df40ca 100644 --- a/config/examples/Weedo/Tina2/README.md +++ b/config/examples/Weedo/Tina2/README.md @@ -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.