Less ambiguous option comment (#17983)

This commit is contained in:
thisiskeithb
2020-05-13 12:26:27 -07:00
committed by GitHub
parent 21bfb94357
commit 5a92462c0f
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ void GcodeSuite::M600() {
#endif
#if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
// Don't allow filament change without homing first
// If needed, home before parking for filament change
if (!all_axes_known()) home_all_axes();
#endif