0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-09 19:28:36 +00:00
MarlinFirmware/Marlin/src/gcode/probe
Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.

Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-05-13 04:52:56 -05:00
..
G30.cpp
G31_G32.cpp
G38.cpp
M401_M402.cpp
M851.cpp