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 missing HAS_DUAL_Y_STEPPERS define #27024

Closed thisiskeithb closed 1 week ago

thisiskeithb commented 2 weeks ago

Description

[!IMPORTANT]
This is a 2.1.x-specific patch for a missing HAS_DUAL_Y_STEPPERS define.

Requirements

Marlin 2.1.x

Benefits

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

Related Issues