revert some unintentional config changes from 2.1.2.2 merge #531

Merged
stklcode merged 1 commits from fix/regression-2122 into master 2024-04-29 10:20:39 -05:00
stklcode commented 2024-04-29 10:13:49 -05:00 (Migrated from github.com)

Description

Walked through the diff and noticed some config flags that have been disabled unintentionally. Restore them.

Fixes: 752476dc8f

Affected flags:

  • #define SET_PROGRESS_MANUALLY
  • #define SET_INTERACTION_TIME
  • #define M73_REPORT
  • #define GCODE_REPEAT_MARKERS
  • #define ADVANCED_PAUSE_FANS_PAUSE
  • #define SDCARD_SORT_ALPHA
  • #define S_CURVE_ACCELERATION

Requirements

--

Benefits

Restore some previous features/behavior.

Configurations

--

--

### Description Walked through the diff and noticed some config flags that have been disabled unintentionally. Restore them. Fixes: 752476dc8fa7ca7b6b0315e3c09ecb500e33085f Affected flags: * `#define SET_PROGRESS_MANUALLY` * `#define SET_INTERACTION_TIME ` * `#define M73_REPORT` * `#define GCODE_REPEAT_MARKERS` * `#define ADVANCED_PAUSE_FANS_PAUSE` * `#define SDCARD_SORT_ALPHA` * `#define S_CURVE_ACCELERATION` ### Requirements -- ### Benefits Restore some previous features/behavior. ### Configurations -- ### Related Issues --
knutwurst (Migrated from github.com) reviewed 2024-04-29 10:13:49 -05:00
Sign in to join this conversation.
No description provided.