Fix merge bug: vol flow is now correctly reset.

This commit is contained in:
supermerill 2021-12-05 17:03:35 +01:00
parent 0bf2bed2bc
commit 0fec9837f1

View File

@ -424,7 +424,7 @@ class GCodeViewer
width.reset();
feedrate.reset();
fan_speed.reset();
//volumetric_rate.reset();
volumetric_rate.reset();
extruder_temp.reset();
layer_duration.reset();
elapsed_time.reset();