Enable Y and sanity-check CoreXZ (PR#2509)
This commit is contained in:
committed by
Richard Wackerbarth
parent
0a7f2a8be7
commit
a1154d4a20
@ -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();
|
||||
|
Reference in New Issue
Block a user