Merge pull request #4735 from gudnimg/cleanup-dead-variable
Remove commented variable `load_filament_time`
This commit is contained in:
commit
23f92b24b8
|
|
@ -172,8 +172,6 @@ bool did_pause_print;
|
||||||
LongTimer safetyTimer;
|
LongTimer safetyTimer;
|
||||||
static LongTimer crashDetTimer;
|
static LongTimer crashDetTimer;
|
||||||
|
|
||||||
//unsigned long load_filament_time;
|
|
||||||
|
|
||||||
bool mesh_bed_leveling_flag = false;
|
bool mesh_bed_leveling_flag = false;
|
||||||
|
|
||||||
uint32_t total_filament_used; // unit mm/100 or 10um
|
uint32_t total_filament_used; // unit mm/100 or 10um
|
||||||
|
|
@ -11314,7 +11312,6 @@ void M600_load_filament() {
|
||||||
//load filament for single material and MMU
|
//load filament for single material and MMU
|
||||||
lcd_wait_interact();
|
lcd_wait_interact();
|
||||||
|
|
||||||
//load_filament_time = _millis();
|
|
||||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
||||||
|
|
||||||
while(!lcd_clicked())
|
while(!lcd_clicked())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue