|
@@ -484,9 +484,7 @@ static float feedrate = 1500.0, next_feedrate, saved_feedrate;
|
|
|
|
|
|
static bool relative_mode = false;
|
|
|
|
|
|
-#ifndef _DISABLE_M42_M226
|
|
|
const int sensitive_pins[] = SENSITIVE_PINS;
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
|
|
@@ -4871,7 +4869,6 @@ void process_commands()
|
|
|
autotempShutdown();
|
|
|
}
|
|
|
break;
|
|
|
-#ifndef _DISABLE_M42_M226
|
|
|
case 42:
|
|
|
if (code_seen('S'))
|
|
|
{
|
|
@@ -4899,7 +4896,6 @@ void process_commands()
|
|
|
}
|
|
|
}
|
|
|
break;
|
|
|
-#endif
|
|
|
case 44:
|
|
|
|
|
|
|
|
@@ -5963,7 +5959,6 @@ Sigma_Exit:
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
-#ifndef _DISABLE_M42_M226
|
|
|
case 226:
|
|
|
{
|
|
|
if(code_seen('P')){
|
|
@@ -6015,7 +6010,6 @@ Sigma_Exit:
|
|
|
}
|
|
|
}
|
|
|
break;
|
|
|
-#endif
|
|
|
|
|
|
#if NUM_SERVOS > 0
|
|
|
case 280:
|