mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-16 22:37:35 +00:00
todos
This commit is contained in:
parent
91de305fc2
commit
cfa6a3896c
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue