MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / DebugPrint

Method DebugPrint

src/Movement/DDA.cpp:148–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void PrepParams::DebugPrint() const noexcept
149{
150 debugPrintf("pp: td=%.3g"
151 " ad=%.3g dsd=%.3g a=%.3g d=%.3g ac=%" PRIu32 " sc=%" PRIu32 " dc=%" PRIu32
152 "\n",
153 (double)totalDistance,
154 (double)accelDistance, (double)decelStartDistance,
155 (double)acceleration, (double)deceleration,
156 accelClocks, steadyClocks, decelClocks
157 );
158}
159
160DDA::DDA(DDA *_ecv_null n) noexcept : next(n), prev(nullptr)
161{

Callers 12

CanSenderLoopFunction · 0.45
SendMotionMethod · 0.45
CanReceiverLoopFunction · 0.45
FinishedBedProbingMethod · 0.45
AddLinearSegmentsMethod · 0.45
InterruptMethod · 0.45
Move.cppFile · 0.45
PrintMovesMethod · 0.45
DoLookaheadMethod · 0.45
ProcessCustomInfoMethod · 0.45

Calls 2

debugPrintfFunction · 0.85
GetStateFunction · 0.50

Tested by

no test coverage detected