🩹 Followup fix SD Quicksort, FT Motion, Simulator

This commit is contained in:
Scott Lahteine
2025-11-02 15:47:02 -06:00
parent 252085f462
commit 61cc3cdf09
3 changed files with 11 additions and 2 deletions
+2
View File
@@ -28,6 +28,8 @@
#include "../shared/Marduino.h"
#include <pinmapping.h>
#define NO_COMPILE_TIME_PWM
#define SET_DIR_INPUT(IO) Gpio::setDir(IO, 1)
#define SET_DIR_OUTPUT(IO) Gpio::setDir(IO, 0)
+2 -2
View File
@@ -944,8 +944,8 @@
#if ANY(BIQU_MICROPROBE_V1, BIQU_MICROPROBE_V2)
#warning "Let us know if you experience any issues with BIQU Microprobe and FT_MOTION."
#endif
#if DELAY_BEFORE_PROBING <= 25
#warning "A DELAY_BEFORE_PROBING over 25 ms is recommended with FT_MOTION."
#if PROBE_WAKEUP_TIME_MS < 30
#warning "A PROBE_WAKEUP_TIME_MS over 30 ms is recommended with FT_MOTION."
#endif
#endif
+7
View File
@@ -1378,6 +1378,13 @@ void CardReader::cdroot() {
#endif
#endif
#else // !SDSORT_USES_RAM
// By default re-read the names from SD for every compare
// retaining only two filenames at a time. This is very
// slow but is safest and uses minimal RAM.
char name1[LONG_FILENAME_LENGTH];
#endif // SDSORT_USES_RAM
if (fileCnt > 1) {