Optional menu item for Assisted Tramming (#19447)

This commit is contained in:
qwewer0
2020-09-21 05:29:34 +02:00
committed by Scott Lahteine
parent 33788c8405
commit d2a36b38ca
2 changed files with 4 additions and 3 deletions

View File

@ -348,7 +348,7 @@ void menu_motion() {
//
// Assisted Bed Tramming
//
#if ENABLED(ASSISTED_TRAMMING)
#if ENABLED(ASSISTED_TRAMMING_MENU_ITEM)
GCODES_ITEM(MSG_ASSISTED_TRAMMING, PSTR("G35"));
#endif