Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Marlin/src/feature/runout.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,6 @@ class FilamentSensorBase {
const int32_t steps = b->steps.e;
const float mm = (TEST(b->direction_bits, E_AXIS) ? -steps : steps) * planner.mm_per_step[E_AXIS_N(e)];
if (e < NUM_RUNOUT_SENSORS) mm_countdown.runout[e] -= mm;
#if ENABLED(FILAMENT_SWITCH_AND_MOTION)
if (e < NUM_MOTION_SENSORS) mm_countdown.motion[e] -= mm;
#endif
}
}
};
Expand Down
1 change: 0 additions & 1 deletion Marlin/src/lcd/e3v2/proui/dwin.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ void ParkHead();
#endif
#if ENABLED(AUTO_BED_LEVELING_UBL)
void UBLMeshTilt();
bool UBLValidMesh();
void UBLMeshSave();
void UBLMeshLoad();
#endif
Expand Down