From 38e5a94294fe5c82af69786f1b9f8f73e784b5cb Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Thu, 12 May 2022 10:34:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20TINA2=20motherboard=20(#73?= =?UTF-8?q?1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Weedo/Tina2/README.md | 25 ++++++++++++++++--- .../examples/Weedo/Tina2/V2/Configuration.h | 2 +- .../examples/Weedo/Tina2/V3/Configuration.h | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/config/examples/Weedo/Tina2/README.md b/config/examples/Weedo/Tina2/README.md index 222f1ccef9..23216a63e7 100644 --- a/config/examples/Weedo/Tina2/README.md +++ b/config/examples/Weedo/Tina2/README.md @@ -1,8 +1,27 @@ -## Product Version +## Product version + - TINA2 WIFI: TINA2 standard version with ESP32 WIFI module installed. Support remote control, send files via wifi, and online 3d model library. - TINA2 BASIC: TINA2 lite version, without WIFI module and protective shell. -The examples provided here compile without wifi -## Hardware Version +Please note the monorpice cadet printer is a rebranded version of these printers and the provided configuration should work. + +## Hardware version + - V2: The motherboard version is 62AS. The endstop type is lever limit switch. - V3: The motherboard version is 62AS. The endstop type is mushroom head limit switch. + +## 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. +See ESP3D wiki for connection diagram. + +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. +Setting `#define SERIAL_PORT_2 3` in Marlin configuration.h might be enough to work with manufacturer wifi board. + +Feedback are welcome. diff --git a/config/examples/Weedo/Tina2/V2/Configuration.h b/config/examples/Weedo/Tina2/V2/Configuration.h index 6c9e37231e..93a8091da9 100644 --- a/config/examples/Weedo/Tina2/V2/Configuration.h +++ b/config/examples/Weedo/Tina2/V2/Configuration.h @@ -98,7 +98,7 @@ // Choose the name from boards.h that matches your setup #ifndef MOTHERBOARD - #define MOTHERBOARD BOARD_WEEDO_62A_TINA2 + #define MOTHERBOARD BOARD_WEEDO_62A #endif /** diff --git a/config/examples/Weedo/Tina2/V3/Configuration.h b/config/examples/Weedo/Tina2/V3/Configuration.h index 3b39490f55..5331bd8abe 100644 --- a/config/examples/Weedo/Tina2/V3/Configuration.h +++ b/config/examples/Weedo/Tina2/V3/Configuration.h @@ -98,7 +98,7 @@ // Choose the name from boards.h that matches your setup #ifndef MOTHERBOARD - #define MOTHERBOARD BOARD_WEEDO_62A_TINA2 + #define MOTHERBOARD BOARD_WEEDO_62A #endif /**