Skip to content

Commit e8b840f

Browse files
committed
SPI EEprom Flash fix & Adv Pause enabled
1 parent f597206 commit e8b840f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@
18681868
* Requires NOZZLE_PARK_FEATURE.
18691869
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
18701870
*/
1871-
//#define ADVANCED_PAUSE_FEATURE
1871+
#define ADVANCED_PAUSE_FEATURE
18721872
#if ENABLED(ADVANCED_PAUSE_FEATURE)
18731873
#define PAUSE_PARK_RETRACT_FEEDRATE 35 // (mm/s) Initial retract feedrate.
18741874
#define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract.

Marlin/src/HAL/STM32F1/persistent_store_spi_flash.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#if BOTH(EEPROM_SETTINGS, SPI_FLASH_EEPROM_EMULATION)
55

6-
#include "../shared/persistent_store_api.h"
6+
#include "../shared/eeprom_api.h"
77
#include <SPI.h>
88
#include "spi_flash.h"
99

0 commit comments

Comments
 (0)