Skip to content

Commit 021e95b

Browse files
committed
fix: Fix grind not shutting off
1 parent b45a575 commit 021e95b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/display/core/Controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ void Controller::activateGrind() {
573573
return;
574574
clear();
575575
if (settings.isVolumetricTarget() && isVolumetricAvailable()) {
576+
currentVolumetricSource = VolumetricMeasurementSource::BLUETOOTH;
576577
startProcess(new GrindProcess(ProcessTarget::VOLUMETRIC, 0, settings.getTargetGrindVolume(), settings.getGrindDelay()));
577578
} else {
578579
startProcess(

0 commit comments

Comments
 (0)