Firmware2/Marlin/src/gcode
Jason Smith f2c5740d06 Add 'E' argument to G34 to allow stowing between probes (#14533)
- Use the return value from probe_pt during `G34`
  Eliminate the assumption that probe_pt leaves current_position set to values relative to the probed points. This is not always true, depending on the raise_after argument.
- Add '`E`' argument to `G34` command allowing stowing between each probe.
2019-07-17 04:23:19 -05:00
..
bedlevel Fix Z_PROBE_END_SCRIPT in ABL (#14621) 2019-07-14 04:28:38 -05:00
calibrate Add 'E' argument to G34 to allow stowing between probes (#14533) 2019-07-17 04:23:19 -05:00
config Update some precompiler tests 2019-07-14 13:09:16 -05:00
control Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
eeprom Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
feature Finish G12, update Nozzle::clean (#14642) 2019-07-17 04:23:19 -05:00
geometry Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
host Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
lcd Print progress enhancements (#14647) 2019-07-17 03:14:44 -05:00
motion Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
probe Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
scara Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
sdcard Print progress enhancements (#14647) 2019-07-17 03:14:44 -05:00
stats Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
temperature Print progress enhancements (#14647) 2019-07-17 03:14:44 -05:00
units Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
gcode.cpp Make KEEPALIVE_STATE a scoped auto-restore (#14446) 2019-06-29 22:49:50 -05:00
gcode.h Add include guards to some headers 2019-07-05 04:02:08 -05:00
parser.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
parser.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
queue.cpp Fix process_injected_command undefined behavior (#14602) 2019-07-14 10:12:48 -05:00
queue.h Improve ExtUI, fix compiler errors, warnings (#14441) 2019-06-29 00:23:57 -05:00