Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669)
This commit is contained in:
parent
39e1726498
commit
977cfa4494
6 changed files with 23 additions and 30 deletions
|
|
@ -1619,8 +1619,11 @@
|
|||
// Middle point of circle
|
||||
#define NOZZLE_CLEAN_CIRCLE_MIDDLE NOZZLE_CLEAN_START_POINT
|
||||
|
||||
// Moves the nozzle to the initial position
|
||||
// Move the nozzle to the initial position after cleaning
|
||||
#define NOZZLE_CLEAN_GOBACK
|
||||
|
||||
// Enable for a purge/clean station that's always at the gantry height (thus no Z move)
|
||||
//#define NOZZLE_CLEAN_NO_Z
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
@ -2123,7 +2126,7 @@
|
|||
#define MKS_ROBIN_TFT
|
||||
|
||||
//=============================================================================
|
||||
//============================= SPI Touch Screens =============================
|
||||
//============================ Other Controllers ============================
|
||||
//=============================================================================
|
||||
|
||||
#define TOUCH_BUTTONS
|
||||
|
|
@ -2147,14 +2150,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
//=============================================================================
|
||||
//============================ Other Controllers ============================
|
||||
//=============================================================================
|
||||
|
||||
//
|
||||
// CONTROLLER TYPE: Keypad / Add-on
|
||||
//
|
||||
|
||||
//
|
||||
// RepRapWorld REPRAPWORLD_KEYPAD v1.1
|
||||
// http://reprapworld.com/?products_details&products_id=202&cPath=1591_1626
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue