Fix indentation
parent
d2a2014b89
commit
b573fb1da3
|
|
@ -106,8 +106,7 @@ protected:
|
||||||
#endif
|
#endif
|
||||||
/// @returns true if the slot/tool index is within specified range (0 - config::toolCount)
|
/// @returns true if the slot/tool index is within specified range (0 - config::toolCount)
|
||||||
/// If not, it returns false and sets the error to ErrorCode::INVALID_TOOL
|
/// If not, it returns false and sets the error to ErrorCode::INVALID_TOOL
|
||||||
bool
|
bool CheckToolIndex(uint8_t index);
|
||||||
CheckToolIndex(uint8_t index);
|
|
||||||
|
|
||||||
/// Checks for errors of modules - that includes TMC errors, Idler and Selector errors and possibly more.
|
/// Checks for errors of modules - that includes TMC errors, Idler and Selector errors and possibly more.
|
||||||
/// The idea is to check blocking errors at one spot consistently.
|
/// The idea is to check blocking errors at one spot consistently.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue