Enable Y and sanity-check CoreXZ (PR#2509)

This commit is contained in:
Scott Lahteine
2015-07-23 20:51:43 -07:00
committed by Richard Wackerbarth
parent 0a7f2a8be7
commit a1154d4a20
2 changed files with 5 additions and 0 deletions

View File

@ -607,6 +607,7 @@ float junction_deviation = 0.1;
enable_x();
enable_z();
}
if (block->steps[Y_AXIS]) enable_y();
#else
if (block->steps[X_AXIS]) enable_x();
if (block->steps[Y_AXIS]) enable_y();