Merge pull request #4175 from gudnimg/remove-LoadFilament

cleanup: Remove unused `LcdCommands` state `LoadFilament`
This commit is contained in:
3d-gussner 2023-05-05 12:34:49 +02:00 committed by GitHub
commit 427e88a406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ extern void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType res
enum class LcdCommands : uint_least8_t
{
Idle,
LoadFilament,
StopPrint,
LongPause,
PidExtruder,