Skip to content

Commit 8954ea0

Browse files
committed
any dd extruder
1 parent b53406a commit 8954ea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/src/feature/mmu3/mmu3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ namespace MMU3 {
11461146
if (loadFilamentStarted) {
11471147
switch (WhereIsFilament()) {
11481148
case FilamentState::AT_FSENSOR:
1149-
// fsensor triggered, finish FeedingToBondtech state
1149+
// fsensor triggered, finish FeedingToExtruder state
11501150
loadFilamentStarted = false;
11511151

11521152
// Abort any excess E-move from the planner queue

Marlin/src/feature/mmu3/mmu_hw/progress_codes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enum class ProgressCode : uint_fast8_t {
4040
UnloadingToFinda, // P3
4141
UnloadingToPulley, // P4
4242
FeedingToFinda, // P5
43-
FeedingToBondtech, // P6
43+
FeedingToExtruder, // P6
4444
FeedingToNozzle, // P7
4545
AvoidingGrind, // P8
4646
FinishingMoves, // P9

0 commit comments

Comments
 (0)