Skip to content

Commit

Permalink
Improve FilamentAction comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx authored and gudnimg committed Jul 25, 2023
1 parent 074b5d3 commit 3485c20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Firmware/ultralcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,17 @@ void lcd_hw_setup_menu(void); // NOT static due to using ins

enum class FilamentAction : uint_least8_t
{
None, //!< 'none' state is used as flag for (filament) autoLoad (i.e. opposite for 'autoLoad' state)
None, // no filament action is taking place
Load,
AutoLoad,
AutoLoad, // triggered by insertion, cancellable until it transitions to Load
UnLoad,
MmuLoad,
MmuUnLoad,
MmuEject,
MmuCut,
MmuLoadingTest,
Preheat,
Lay1Cal,
Preheat, // triggered by preheat (cancellable)
Lay1Cal, // triggered by 1st layer calibration (cancellable)
};

extern FilamentAction eFilamentAction;
Expand Down

0 comments on commit 3485c20

Please sign in to comment.