|
@@ -4999,7 +4999,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");
|
|
}
|
|
}
|