Fix VERBOSITY
This commit is contained in:
parent
d4fab1a713
commit
a8e6020238
@ -4840,7 +4840,7 @@ if(eSoundMode!=e_SOUND_MODE_SILENT)
|
|||||||
|
|
||||||
#ifdef SUPPORT_VERBOSITY
|
#ifdef SUPPORT_VERBOSITY
|
||||||
if (verbosity_level >= 1) {
|
if (verbosity_level >= 1) {
|
||||||
clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
|
bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
|
||||||
SERIAL_PROTOCOL(mesh_point);
|
SERIAL_PROTOCOL(mesh_point);
|
||||||
clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
|
clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user