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.34k stars 19.25k forks source link

guard e variables in G61 #27521

Closed ellensp closed 1 week ago

ellensp commented 2 weeks ago

Description

G61 assumes the extruder exists Added a check that extruder actually exists.

Requirements

SAVED_POSITIONS

Benefits

Builds as expected

Configurations

Ramp based example Configuration.zip

Related Issues

  • MarlinFirmware/Marlin/issues/27477