Move G17-G19 to cpp
This commit is contained in:
@@ -215,10 +215,6 @@ static millis_t stepper_inactive_time = (DEFAULT_STEPPER_DEACTIVE_TIME) * 1000UL
|
||||
millis_t lastUpdateMillis;
|
||||
#endif
|
||||
|
||||
#if ENABLED(CNC_WORKSPACE_PLANES)
|
||||
static WorkspacePlane workspace_plane = PLANE_XY;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ***************************************************************************
|
||||
* ******************************** FUNCTIONS ********************************
|
||||
@@ -361,10 +357,6 @@ void suicide() {
|
||||
***************** GCode Handlers *****************
|
||||
**************************************************/
|
||||
|
||||
#if ENABLED(CNC_WORKSPACE_PLANES)
|
||||
#include "gcode/geometry/G17-G19.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(INCH_MODE_SUPPORT)
|
||||
#include "gcode/units/G20_G21.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user