Move M201 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 01:33:25 -05:00
parent 92c15f5578
commit 5e63efc1d9
3 changed files with 7 additions and 7 deletions

View File

@ -20,12 +20,15 @@
*
*/
#include "../gcode.h"
#include "../../module/planner.h"
/**
* M201: Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
*
* With multiple extruders use T to specify which one.
*/
void gcode_M201() {
void GcodeSuite::M201() {
GET_TARGET_EXTRUDER();