Skip to content

Commit

Permalink
laser feature range update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasToka committed Jul 27, 2023
1 parent 8d84dc0 commit 0167db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/gcode/queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ void GCodeQueue::get_serial_commands() {

#endif // HAS_MEDIA

#if ENABLED(SDSUPPORT) && ALL(E3S1PRO_RTS, HAS_CUTTER)
#if HAS_MEDIA && ALL(E3S1PRO_RTS, LASER_FEATURE)

void get_sdcard_laser_range()
{
Expand All @@ -744,7 +744,7 @@ void GCodeQueue::get_serial_commands() {
}
}

#endif // SDSUPPORT
#endif // HAS_MEDIA && ALL(E3S1PRO_RTS, LASER_FEATURE)

/**
* Add to the circular command queue the next command from:
Expand Down

0 comments on commit 0167db2

Please sign in to comment.