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

🔧 More suppressible warnings #27009

Closed thisiskeithb closed 2 weeks ago

thisiskeithb commented 3 weeks ago

Description

Benefits

Users won't have to venture into Warnings.cpp to override frequently encountered warnings and this is more in line with how we allow other warnings to be disabled without diving into core Marlin files.