Commit d5c22cc8 authored by MagoKimbra's avatar MagoKimbra

fix Marlin_main.cpp

parent 15c6606c
......@@ -3559,7 +3559,7 @@ inline void gcode_G92() {
delay(100);
LCD_ALERTMESSAGEPGM(MSG_FILAMENTCHANGE);
boolean beep = true;
int cnt = 4;
int cnt = 0;
#ifndef SINGLENOZZLE
int old_target_temperature[EXTRUDERS] = { 0 };
for(int8_t e=0;e<EXTRUDERS;e++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment