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

🔧 Convert TMC addresses to decimal #27028

Open sjasonsmith opened 2 weeks ago

sjasonsmith commented 2 weeks ago

Description

Some pins files used binary numbers for TMC slave addresses. Convert these to decimal to be consistent for all boards.

All edits were performed using find/replace across files, to remove the chance of manual editing errors.

thisiskeithb commented 2 weeks ago

I don’t know why these boards are formatted differently and have no way to test this change, so I’m probably not the correct person to review this PR.

thisiskeithb commented 2 weeks ago

@alextrical: Could you test this change on your EBB42 V1.1 extruder/pulstruder system?