-
-
Notifications
You must be signed in to change notification settings - Fork 32
[Question]Telnet for marlin tinybee ? #70
-
I need telnet for my tinybee esp32 board. I use it with marlin for rotated table. |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments · 24 replies
-
Thank your for submiting, please be sure you followed template or your issue may be dismissed. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Telnet is only implemented in ESP3DLib V3 not in V1 What version are you using ? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I use stock marlin 2.0.9.3 for my tinybee. Web interface works. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes I recently updated my fork with latest bugfix-2.1 https://github.com/luc-github/Marlin/tree/ESP3DLib-V3-bugfix-2.1.x |
Beta Was this translation helpful? Give feedback.
All reactions
-
I have downloaded it but searching cannot find code for telnet server in marlin tree. Are you sure? |
Beta Was this translation helpful? Give feedback.
All reactions
-
it is enabled by default in ESP3DLib V3 the define to disable a feature are:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Cannot compile: |
Beta Was this translation helpful? Give feedback.
All reactions
-
And I have no issue
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Th only change I made after unpacking your zip is in platformio.ini If I comment out (for testing) //#define ESP3D_WIFISUPPORT |
Beta Was this translation helpful? Give feedback.
All reactions
-
what do you mean by unpacking my zip in platformio.ini? I do not understand my fork has everything enabled for esp3dlib and tinybee , just have to edit configuration.h/configuration_adv.h for your system and select tinybee env in list and choose upload and monitor also did you read the documention for installation configuration I gave you? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok it means bugfix may have a problem - actually it has one and I put a workaround but I did not put the branch as default |
Beta Was this translation helpful? Give feedback.
All reactions
-
I won't recommand to use it in Access point - this mode is more for configuration purpose - I AP the esp will receive too many queries from connected clients |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanx It works |
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok, usually only one client. And no critical printing when sending via wifi. |
Beta Was this translation helpful? Give feedback.
All reactions
-
ok up to you but even one client can overflow the esp with queries - especially microsoft windows os |
Beta Was this translation helpful? Give feedback.
All reactions
This discussion was converted from issue #69 on May 03, 2023 12:26.
it is enabled by default in ESP3DLib V3
the define to disable a feature are: