Mercurial > public > ostc4
diff Discovery/Src/tMenuEditDeco.c @ 905:24c08a80a5f7 Evo_2_23
DevBugfix SlowExit edit display:
The safety stop depth had been referenced as start depth instead of the last deco stop depth. This has been corrected now.
author | ideenmodellierer |
---|---|
date | Sun, 13 Oct 2024 17:38:16 +0200 |
parents | 608d3e918146 |
children | 5ce7708a9095 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditDeco.c Sun Oct 13 17:36:32 2024 +0200 +++ b/Discovery/Src/tMenuEditDeco.c Sun Oct 13 17:38:16 2024 +0200 @@ -270,7 +270,7 @@ char text[64]; uint16_t y_line; - SlowExitTime = settingsGetPointer()->safetystopDuration; + SlowExitTime = settingsGetPointer()->slowExitTime; y_line = ME_Y_LINE_BASE + (lineSelected * ME_Y_LINE_STEP);