Fix compiler warning sketch/Marlin_main.cpp:9099:7: warning: unused variable 'response' [-Wunused-variable].
This commit is contained in:
parent
e13e3a9dc4
commit
d3360c6868
|
|
@ -9096,7 +9096,6 @@ void M600_wait_for_user() {
|
||||||
void mmu_M600_load_filament(bool automatic)
|
void mmu_M600_load_filament(bool automatic)
|
||||||
{
|
{
|
||||||
//load filament for mmu v2
|
//load filament for mmu v2
|
||||||
bool response = false;
|
|
||||||
bool yes = false;
|
bool yes = false;
|
||||||
if (!automatic)
|
if (!automatic)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue