Firmware2/Marlin/src/gcode
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
..
bedlevel Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
calibrate Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
config Fix M301 access to lpq_len (#10714) 2018-05-12 02:13:40 -05:00
control Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
eeprom
feature Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
geometry Move Stepper::synchronize to Planner (#10713) 2018-05-12 01:38:02 -05:00
host Move get_axis_position_mm to Planner (#10718) 2018-05-12 09:59:11 -05:00
lcd Move Stepper::synchronize to Planner (#10713) 2018-05-12 01:38:02 -05:00
motion Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
probe Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
scara
sdcard Move Stepper::synchronize to Planner (#10713) 2018-05-12 01:38:02 -05:00
stats
temperature Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
units
gcode.cpp Removed "const" to match parser. (#10548) 2018-04-27 17:48:52 -05:00
gcode.h Fix M421 comment in gcode.h 2018-04-28 11:16:52 -05:00
parser.cpp Fix M118 parameter handling 2018-04-12 19:10:04 -05:00
parser.h
queue.cpp Clean up autostart handling 2018-05-01 01:35:57 -05:00
queue.h Creality3D Power-Loss Recovery 2018-04-21 21:56:50 -05:00