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

TESTING: make validate-pins on macOS vs. Linux #27006

Closed thisiskeithb closed 3 weeks ago

thisiskeithb commented 3 weeks ago

Description

make validate-pins appears to work differently between macOS & Linux and it formatted all the pins in this PR after the first run on my machine, so I'm opening a PR at the recommendation from @sjasonsmith to see if CI fails.

Requirements

macOS

Related Issues

thisiskeithb commented 3 weeks ago

CI - Validate Pins Files / Validate Pins Files (pull_request) was successful, so it's odd these formatting issues weren't caught in CI before.

thisiskeithb commented 3 weeks ago

Chatting with @sjasonsmith, there was a loophole since https://github.com/MarlinFirmware/Marlin/pull/26996 didn't edit any pins files, the check was skipped.