update code base to Marlin 2.1.1 #364

Merged
stklcode merged 8 commits from marlin-2.1.1 into master 2022-09-12 09:21:58 -05:00
1612 changed files with 73854 additions and 40874 deletions
Showing only changes of commit 031c095019 - Show all commits

View File

@@ -29,7 +29,6 @@
#include "../feature/e_parser.h"
#include "../feature/pause.h"
#include "../feature/bedlevel/bedlevel.h"
#include "../feature/bedlevel/abl/abl.h"
#include "../libs/buzzer.h"
#include "../module/planner.h"
#include "../module/printcounter.h"
@@ -1682,7 +1681,7 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() {
#endif
break;
case 12: // A12 kill
kill(PSTR(STR_ERR_KILLED));
kill(F(STR_ERR_KILLED));
break;
case 13: // A13 SELECTION FILE
#ifdef SDSUPPORT

View File

@@ -27,7 +27,6 @@
#include "./src/inc/MarlinConfigPre.h"
#include "./src/feature/bedlevel/bedlevel.h"
#include "./src/feature/bedlevel/abl/abl.h"
#include "src/module/probe.h"