General cleanup

This commit is contained in:
Scott Lahteine
2017-04-12 00:08:24 -05:00
committed by Scott Lahteine
parent 2c86dfd3b5
commit 6131c62499
3 changed files with 15 additions and 19 deletions

View File

@ -5858,10 +5858,6 @@ inline void gcode_M42() {
#else
#if !defined(z_servo_angle)
const int z_servo_angle[2] = Z_SERVO_ANGLES;
#endif
const uint8_t probe_index = code_seen('P') ? code_value_byte() : Z_ENDSTOP_SERVO_NR;
SERIAL_PROTOCOLLNPGM("Servo probe test");