marlin2_i2/Marlin/src
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
..
backtrace Fix compile warnings in backtrace 2018-05-11 23:38:29 -05:00
config Add JUNCTION_ACCELERATION_FACTOR to configs 2018-05-11 23:13:27 -05:00
core Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
feature Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
gcode Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
HAL Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
inc Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
lcd Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
libs Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
module Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
pins Better handling of DELAY_NS and DELAY_US (#10716) 2018-05-12 08:34:04 -05:00
sd Move Stepper::synchronize to Planner (#10713) 2018-05-12 01:38:02 -05:00
Marlin.cpp Fix M301 access to lpq_len (#10714) 2018-05-12 02:13:40 -05:00
Marlin.h Fix M301 access to lpq_len (#10714) 2018-05-12 02:13:40 -05:00