Skip to content

Commit

Permalink
2ed part cooling fan test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
vert@vert.com committed Apr 5, 2023
1 parent bc68076 commit 6595ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/gcode/temp/M106_M107.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void GcodeSuite::M106() {
if (TERN0(DUAL_X_CARRIAGE, idex_is_duplicating())) // pfan == 0 when duplicating
thermalManager.set_fan_speed(1 - pfan, speed);

process_subcommands_now(FPSTR("M106P1S255")); // part cooling fan2 on
FPSTR("M106P1S255"); // part cooling fan2 on
}

/**
Expand All @@ -115,7 +115,7 @@ void GcodeSuite::M107() {

TERN_(LASER_SYNCHRONOUS_M106_M107, planner.buffer_sync_block(BLOCK_BIT_SYNC_FANS));

process_subcommands_now(FPSTR("M106P1S0")); // 2ed part cooling fan off
FPSTR("M107P1"); // 2ed part cooling fan off
}

#endif // HAS_FAN

0 comments on commit 6595ca2

Please sign in to comment.