comparison 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
comparison
equal deleted inserted replaced
904:5736b2641cb0 905:24c08a80a5f7
268 { 268 {
269 uint32_t SlowExitTime; 269 uint32_t SlowExitTime;
270 char text[64]; 270 char text[64];
271 uint16_t y_line; 271 uint16_t y_line;
272 272
273 SlowExitTime = settingsGetPointer()->safetystopDuration; 273 SlowExitTime = settingsGetPointer()->slowExitTime;
274 274
275 y_line = ME_Y_LINE_BASE + (lineSelected * ME_Y_LINE_STEP); 275 y_line = ME_Y_LINE_BASE + (lineSelected * ME_Y_LINE_STEP);
276 276
277 text[0] = '\001'; 277 text[0] = '\001';
278 text[1] = TXT_2BYTE; 278 text[1] = TXT_2BYTE;