Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-07-26 14:27:12 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-07-26 14:27:12 +0300
commit9b8f0c13258a8fb7fef4752209dcf08e3d2eccc1 (patch)
tree46c881c1286a21d416d661587d34da5f23f645d0 /src
parente9337dbc9c191498830198afc92e89742354d15d (diff)
Cosmetic change
Diffstat (limited to 'src')
-rw-r--r--src/Movement/DriveMovement.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Movement/DriveMovement.cpp b/src/Movement/DriveMovement.cpp
index baf7602c..a73817f1 100644
--- a/src/Movement/DriveMovement.cpp
+++ b/src/Movement/DriveMovement.cpp
@@ -67,8 +67,7 @@ void DriveMovement::DebugPrint() const noexcept
}
else if (isExtruder)
{
- debugPrintf(" pa=%" PRIu32 " eed=%.3f\n",
- (uint32_t)mp.cart.pressureAdvanceK, (double)mp.cart.extraExtrusionDistance);
+ debugPrintf(" pa=%" PRIu32 " eed=%.3f\n", (uint32_t)mp.cart.pressureAdvanceK, (double)mp.cart.extraExtrusionDistance);
}
else
{