MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

[BUG] Longer LK5 disable ENDSTOP_INTERRUPTS_FEATURE #1033

Open ellensp opened 3 months ago

ellensp commented 3 months ago

Bug Description

Longer LK5 needs ENDSTOP_INTERRUPTS_FEATURE disabled, but older versions have it enabled.

✅ bugfix-2.1.x ❌ release-2.1.2.2 ❌ release-2.1.2.1 ❌ release-2.1.2

Example does not exist further back (that I could find quickly)

Need to update these older Config files.

Steps to Reproduce

  1. Download faulty release configs example
  2. Build
  3. Get the error "Z_MIN_PIN is not interrupt-capable. Disable ENDSTOP_INTERRUPTS_FEATURE to continue."

Expected behavior:

Examples should build

Actual behavior:

error "Z_MIN_PIN is not interrupt-capable. Disable ENDSTOP_INTERRUPTS_FEATURE to continue."

thisiskeithb commented 3 months ago

There are so many broken configs in older releases.

Do you really want open that can of worms? 🙃

ellensp commented 3 months ago