@ -21,11 +21,12 @@
/**
* HAL for stm32duino.com based on Libmaple and compatible (STM32F1)
*/
* Define SPI Pins: SCK, MISO, MOSI, SS
*
* Any PIN can be used for Chip Select (SS)
* SPI1 is enabled by default
#if ENABLED(ENABLE_SPI3)
@ -46,4 +47,4 @@
#define MISO_PIN BOARD_SPI1_MISO_PIN
#define MOSI_PIN BOARD_SPI1_MOSI_PIN
#define SS_PIN BOARD_SPI1_NSS_PIN
#endif
@ -616,7 +616,7 @@ void menu_backlash();
void menu_advanced_settings() {
#ifdef FILAMENT_RUNOUT_DISTANCE_MM
lcd_runout_distance_mm = runout.runout_distance();
START_MENU();
MENU_BACK(MSG_CONFIGURATION);
@ -289,7 +289,7 @@ public:
static void abort_print();
static void pause_print();
static void resume_print();
#if HAS_PRINT_PROGRESS
#if ENABLED(LCD_SET_PROGRESS_MANUALLY)
static uint8_t progress_bar_percent;
@ -126,7 +126,7 @@
// SD Card
//
// By default the onboard SD is enabled.
// To disable it and use an external SD (connected to LCD)
// enable STM32_SD_LCD.
@ -21,7 +21,7 @@
* Z-Bolt X Series board – based on Arduino Mega2560
#if HOTENDS > 4 || E_STEPPERS > 4