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
15.94k stars 19.08k forks source link

[2.1.x] 🩹 Fix ESP3D WiFi Support #27025

Closed thisiskeithb closed 1 week ago

thisiskeithb commented 2 weeks ago

Description

[!IMPORTANT]
This is a 2.1.x-specific patch for broken ESP3D WiFi Support

Requirements

Marlin 2.1.x

Benefits

Marlin 2.1.x will include this patch on the next release.

Related Issues

thisiskeithb commented 2 weeks ago

I know the standard is to not change configs between "minor" versions, but configs DID change between 2.1.2.1 and 2.1.2.2 with changes like dropping EITHER() & BOTH() macros, breaking this ESP3D conditional, and many more changes, so this PR should to be merged.