0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-16 22:37:35 +00:00
This commit is contained in:
Scott Lahteine 2024-10-03 12:14:30 -05:00
parent 91de305fc2
commit cfa6a3896c

View file

@ -492,8 +492,8 @@ void MenuEditItemBase::put_new_value(float newDisplayVal) {
DEBUG_ECHOLNPGM("After clip Encoder: New value ", newVal, " Min ", minEditValue, " Max ", maxEditValue);
ui.encoderPosition = newVal;
// todo fix junction dev (minEditVal is no 0) always adds minEditVal to inputed value
// todo does not account for value types where there is a conversion during ftostr (ie. percent)
// TODO: Fix junction dev (minEditVal is not 0) always adds minEditVal to input value
// TODO: Does not account for value types where there is a conversion during ftostr (i.e., percent)
}
static void switchKeypad() {