Browse Source

Suppress temperature.h compile warning

Scott Lahteine 6 years ago
parent
commit
65b8f3821b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/module/temperature.h

+ 1
- 0
Marlin/src/module/temperature.h View File

@@ -527,6 +527,7 @@ class Temperature {
527 527
                   babystepsTodo[CORE_AXIS_2] -= CORESIGN(distance * 2);
528 528
                   break;
529 529
                 case NORMAL_AXIS: // Z on CoreXY, Y on CoreXZ, X on CoreYZ
530
+                default:
530 531
                   babystepsTodo[NORMAL_AXIS] += distance;
531 532
                   break;
532 533
               }

Loading…
Cancel
Save