Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.

This commit is contained in:
Scott Lahteine
2017-09-07 22:33:16 -05:00
parent 4231faf779
commit 722786966a
42 changed files with 1898 additions and 1370 deletions

View File

@ -20,6 +20,8 @@
*
*/
#include "../gcode.h"
static bool G38_run_probe() {
bool G38_pass_fail = false;
@ -88,7 +90,7 @@ static bool G38_run_probe() {
*/
void gcode_G38(bool is_38_2) {
// Get X Y Z E F
gcode_get_destination();
gcode.get_destination_from_command();
setup_for_endstop_or_probe_move();