MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.28k stars 19.23k forks source link

Mks SBase Ethernet Support #19594

Open mondobizarro opened 4 years ago

mondobizarro commented 4 years ago

I have posted this on the support groups and they told me to post this in here because it could be an issue.

I have an MKS SBASE 1.3 board with Marlin 2.0, the problem that I'm having is that the network port on the board is not working with Marlin, but it work with other firmware lke Smoothieboard (just to discard board problems) So I'm guessing that it's a configuration issue, the USB port works fine, but the ethernet port on the board is blinking when connect a network cable, any Ideas?

ellensp commented 4 years ago

Seems to be a LAN8720 Ethernet Transceiver. I don't think there is any Ethernet support in Marlin as yet.

ellensp commented 4 years ago

Worse than that this is a mac level interface, the MCU need a TCP/IP stack...
Soothieware seems to use this https://en.wikipedia.org/wiki/UIP_(micro_IP)