评论
hlgithub7430 commented 2018 年 9 月 27 日
|
Hi, I also struggle with the ESP wifi, my problem is to connect from a PC inside the same network. The ESP is connected with my router but if I try from repetier host to connect it ask for IP # and port but I dont know why about port. If no port choosen I got error message vom repetier host. Any idea how to send files to the printer with Wlan and without raspi or usb?? |
shaiss commented 2019 年 4 月 4 日
|
@DC3D1你能分享你的配置文件吗(当然wifi pswd改变了)。泰! |


像你们中的许多人一样,我在过去的几天里试图理解 MKS 的 TFT 和 WIFI。所以我想我应该传授我学到的一些教训,希望能帮助下一个人节省数小时的搜索和尖叫。我的设置是使用 MKS SBase V1.3 和 TFT35 以及没有天线的 WIFI 模块。首先找到 GEDIT 文本编辑器的副本。它真的很容易使用,你会需要它。接下来找到您的 TFT 的文件。对于我的 TFT35 =MKS 字体文件夹、MKS pic 文件夹、MKS config txt(这为您提供原始备份以防万一!!!)(同时擦除末尾的 _En。)、MKSTFT35 Bin、MKS WIFI Bin。在您的桌面或易于导航的地方创建一个文件夹。在该文件夹中创建另一个名为 Files to copy to SD Card 的文件。将所有这些文件的副本放在那里。这样,如果您必须重新刷新 TFT,那么您已经将文件放在一起了。创建另一个文件夹,如 Config With Changes。这让您可以保留 MKS 配置 txt 文件的副本,其中包含您之前所做的任何更改!!!闪烁你的 TFT。我的经验是,一旦我的 TFT 闪烁,即使我更改配置文件,它们也不会更改 TFT 上的任何内容。换句话说,在第一次将配置文件加载到 TFT 之前对配置文件进行更改。现在进入真正需要密切注意的部分。换句话说,在第一次将配置文件加载到 TFT 之前对配置文件进行更改。现在进入真正需要密切注意的部分。换句话说,在第一次将配置文件加载到 TFT 之前对配置文件进行更改。现在进入真正需要密切注意的部分。
1-对 –> #mainboard firmware setting(marlin:1; repetier:2; smoothie:3) 进行必要的更改
对于 WIFI 设置。
#wifi 模式(AP:1; STA:0) 0=连接到你自己的网络。1=它充当独立的接入点。
#wifi 名称和密码 [擦除 MKS wifi 和 makerbase。又名 AP 名称和 P 词。我试着在我的之后 ## 那些出来,但它一直在切换,不会加入我的网络。擦除迫使它加入,因为没有其他选择。(旁注在文本前放置一个 # 应该告诉程序忽略它。)当您开始为您的电路板编辑 smoothie 代码时,知道这一点会很好。
#动态访问IP
完成更改并将其保存到 Config With Changes 文件夹后,将其复制到 SD 卡并替换其他 MKS 配置 txt 文件。
Here’s a link for that app that I liked better than MKS Cloud. osoyoo.com/2016/07/28/mks-hlkwifi/ Add http:// to the front.
Again make your changes to the unflashed version of the config file first. Hopefully this will be helpful to someone and save some headaches. If you have other tips and tricks lets try to start posting some stuff and make this easier for everyone.