Move M400 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 03:53:36 -05:00
parent 4a220a8b79
commit 0589884d26
3 changed files with 5 additions and 7 deletions

View File

@ -20,10 +20,13 @@
*
*/
#include "../gcode.h"
#include "../../module/stepper.h"
/**
* M400: Finish all moves
*/
void gcode_M400() {
void GcodeSuite::M400() {
stepper.synchronize();