Fix Color UI external_control, wait_for_release (#19771)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Victor Oliveira
2020-10-16 18:19:48 -03:00
committed by GitHub
parent e370834c35
commit 0b80841c38
4 changed files with 20 additions and 15 deletions

View File

@ -38,7 +38,7 @@
#include "../gcode/gcode.h"
#include "../lcd/ultralcd.h"
#include "../MarlinCore.h" // for stop(), disable_e_steppers, wait_for_user
#include "../MarlinCore.h" // for stop(), disable_e_steppers
#if HAS_LEVELING
#include "../feature/bedlevel/bedlevel.h"