We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53406a commit 8954ea0Copy full SHA for 8954ea0
Marlin/src/feature/mmu3/mmu3.cpp
@@ -1146,7 +1146,7 @@ namespace MMU3 {
1146
if (loadFilamentStarted) {
1147
switch (WhereIsFilament()) {
1148
case FilamentState::AT_FSENSOR:
1149
- // fsensor triggered, finish FeedingToBondtech state
+ // fsensor triggered, finish FeedingToExtruder state
1150
loadFilamentStarted = false;
1151
1152
// Abort any excess E-move from the planner queue
Marlin/src/feature/mmu3/mmu_hw/progress_codes.h
@@ -40,7 +40,7 @@ enum class ProgressCode : uint_fast8_t {
40
UnloadingToFinda, // P3
41
UnloadingToPulley, // P4
42
FeedingToFinda, // P5
43
- FeedingToBondtech, // P6
+ FeedingToExtruder, // P6
44
FeedingToNozzle, // P7
45
AvoidingGrind, // P8
46
FinishingMoves, // P9
0 commit comments