Scott Lahteine 4 лет назад
Родитель
Сommit
2e03c7939c
1 измененных файлов: 1 добавлений и 5 удалений
  1. 1
    5
      Marlin/src/module/stepper.h

+ 1
- 5
Marlin/src/module/stepper.h Просмотреть файл

@@ -452,11 +452,7 @@ class Stepper {
452 452
 
453 453
     // The extruder associated to the last movement
454 454
     FORCE_INLINE static uint8_t movement_extruder() {
455
-      return (0
456
-        #if EXTRUDERS > 1 && DISABLED(MIXING_EXTRUDER)
457
-          + last_moved_extruder
458
-        #endif
459
-      );
455
+      return (EXTRUDERS > 1 && DISABLED(MIXING_EXTRUDER)) ? last_moved_extruder : 0;
460 456
     }
461 457
 
462 458
     // Handle a triggered endstop

Загрузка…
Отмена
Сохранить