Aller au contenu

👋 Bonjour à tous ! Ce fil de discussion est public, alors restons gentils et respectueux. Pas de publicité, de spam ou de choses désagréables !
🇳🇿 Pays du membre : Nouvelle-Zélande
🌐 Langue préférée du membre : Anglais. Vous pouvez traduire en ligne via DeepL.
💡 Vous faites référence à un modèle en particulier ? Ajoutez le lien, le titre ou le numéro du modèle.
🖼️ Vous souhaitez publier des photos ? Utilisez un hébergeur gratuit comme ImgBB et collez les liens dans le message.
✍️ Astuces de rédaction : Utilisez le format Markdown pour structurer vos textes et les rendre plus lisible

Écrivez votre message :

6 commentaires

Hello Jason, I read your article about adding WiFi to an Ender3V2 via an ESP32 and saw your mounting method for the board and thought I would see if I could your STL however it appears to longer be available. I was wondering if that file still exists and if so could I use it to print a case for my setup.

I am pretty sure it is on the free tier here patreon.com/jwinfield

That is the tap itself on the water box. Your water box may have a different tap. I will post a photo later of compatible taps.

there should only be 3 pieces?

There should be 2 pieces.

Hi, so appreciate for your WATER TAP FOR CASK WATER, but i think the inner piece is missing in zip
Do you know where I can find it? Thank you.

Hey Jason, thank you for your explanation on https://jasonwinfield.nz/can-you-wifi-a-3d-printer/
You can create a virtual COM port using this command:

socat -d -d pty,raw,link=/dev/tty.virtual,=octoprint t:192.168.1.253:8888

octoprint = Linux used by the OctoPrint daemon.
192.168.1.253 = IP of ESP3D

Now you can add '/dev/tty.virtual' as Additional COM port in the OctoPrint settings to Printer > Serial Connection.

From: https://community.octoprint.org/t/connect-printer-via-ip-esp3d-esp8266/9625/5

Kind regards,
Jeroen Vermeulen

Sorry I had to delete and post again several times, I am fine-tuning the 'socat' command.
Currently printing with:

/usr/bin/socat -d -d pty,raw,b115200,echo=0,link=/dev/tty.virtual,=octoprint t:192.168.1.253:8888,ignoreeof